The easing module provides methods for customizing how an animation behaves during each run.
backBoth
t
b
c
d
s
Defined in
anim/js/anim-easing.js:288
Backtracks slightly, then reverses direction, overshoots end, then reverses and comes back to end.
The computed value for the current animation frame
backIn
t
b
c
d
s
Defined in
anim/js/anim-easing.js:251
Backtracks slightly, then reverses direction and moves to end.
The computed value for the current animation frame
backOut
t
b
c
d
s
Defined in
anim/js/anim-easing.js:271
Overshoots end, then reverses and comes back to end.
The computed value for the current animation frame
bounceBoth
t
b
c
d
Defined in
anim/js/anim-easing.js:343
Bounces off start and end.
The computed value for the current animation frame
bounceIn
t
b
c
d
Defined in
anim/js/anim-easing.js:310
Bounce off of start.
The computed value for the current animation frame
bounceOut
t
b
c
d
Defined in
anim/js/anim-easing.js:323
Bounces off end.
The computed value for the current animation frame
easeBoth
t
b
c
d
Defined in
anim/js/anim-easing.js:80
Begins slowly and decelerates towards end. (quadratic)
The computed value for the current animation frame
easeBothStrong
t
b
c
d
Defined in
anim/js/anim-easing.js:123
Begins slowly and decelerates towards end. (quartic)
The computed value for the current animation frame
easeIn
t
b
c
d
Defined in
anim/js/anim-easing.js:54
Begins slowly and accelerates towards end. (quadratic)
The computed value for the current animation frame
easeInStrong
t
b
c
d
Defined in
anim/js/anim-easing.js:97
Begins slowly and accelerates towards end. (quartic)
The computed value for the current animation frame
easeNone
t
b
c
d
Defined in
anim/js/anim-easing.js:40
Uniform speed between points.
The computed value for the current animation frame
easeOut
t
b
c
d
Defined in
anim/js/anim-easing.js:67
Begins quickly and decelerates towards end. (quadratic)
The computed value for the current animation frame
easeOutStrong
t
b
c
d
Defined in
anim/js/anim-easing.js:110
Begins quickly and decelerates towards end. (quartic)
The computed value for the current animation frame
elasticBoth
t
b
c
d
a
p
Defined in
anim/js/anim-easing.js:209
Snap both elastic effect.
The computed value for the current animation frame
elasticIn
t
b
c
d
a
p
Defined in
anim/js/anim-easing.js:140
Snap in elastic effect.
The computed value for the current animation frame
elasticOut
t
b
c
d
a
p
Defined in
anim/js/anim-easing.js:175
Snap out elastic effect.
The computed value for the current animation frame