I have a normal TimelineMax animation with ease:Expo.easeOut, I simply want to use the same ease:Expo.easeOut when reversing the timeline. I noticed that when the timeline is reversing, it is doing the opposite easing, so since I have Expo.easeOut for the forward timeline, it is automatically doing ease:Expo.EaseIn. I don't want the ease:Expo.easeIn at all, I want to do Expo.easeOut for both the forward and reverse timeline animation.   Thanks.