The easing module provides methods for customizing how an animation behaves during each run.
backBotht
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
backInt
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
backOutt
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
bounceBotht
b
c
d
Defined in
anim/js/anim-easing.js:343
Bounces off start and end.
The computed value for the current animation frame
bounceInt
b
c
d
Defined in
anim/js/anim-easing.js:310
Bounce off of start.
The computed value for the current animation frame
bounceOutt
b
c
d
Defined in
anim/js/anim-easing.js:323
Bounces off end.
The computed value for the current animation frame
easeBotht
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
easeBothStrongt
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
easeInt
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
easeInStrongt
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
easeNonet
b
c
d
Defined in
anim/js/anim-easing.js:40
Uniform speed between points.
The computed value for the current animation frame
easeOutt
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
easeOutStrongt
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
elasticBotht
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
elasticInt
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
elasticOutt
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