- BackEaseInFunction - Class in ej.motion.back
-
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
- BackEaseInOutFunction - Class in ej.motion.back
-
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
- BackEaseOutFunction - Class in ej.motion.back
-
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
- BounceEaseInFunction - Class in ej.motion.bounce
-
Represents a bounce motion.
- BounceEaseInOutFunction - Class in ej.motion.bounce
-
Represents a bounce ease in out motion: a bounce at startup and a bounce at the end.
- BounceEaseOutFunction - Class in ej.motion.bounce
-
Represents a bounce motion: starts at a steady speed, then slows down to the stop instruction then go backward with
the same effect with less initial speed then go forward and so on until it stops.