Say, if I’m doing the Ease-Out and then Ease-In animation of an object’s movement from X1 coordinate to X2 coordinate over S steps at equal time intervals. Can some suggest the formula to calculate this movement’s X coordinates?
Say, if I’m doing the Ease-Out and then Ease-In animation of an object’s movement
Share
Quadratic ease out where:
t = current time
b = start value
c = change in value
d = duration
source: http://gizma.com/easing/