- BackEaseInMotion - 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.
- BackEaseInMotion(int, int, long) - Constructor for class ej.motion.back.BackEaseInMotion
-
Creates a ease in motion for a move from start to stop.
- BackEaseInOutMotion - Class in ej.motion.back
-
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
- BackEaseInOutMotion(int, int, long) - Constructor for class ej.motion.back.BackEaseInOutMotion
-
Creates a ease in/out motion for a move from start to stop.
- BackEaseOutMotion - Class in ej.motion.back
-
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
- BackEaseOutMotion(int, int, long) - Constructor for class ej.motion.back.BackEaseOutMotion
-
Creates a ease out motion for a move from start to stop.
- BackMotionManager - Class in ej.motion.back
-
Motion manager creating ease in motions.
- BackMotionManager() - Constructor for class ej.motion.back.BackMotionManager
-
- BounceEaseInMotion - Class in ej.motion.bounce
-
Represents a bounce motion.
- BounceEaseInMotion(int, int, long) - Constructor for class ej.motion.bounce.BounceEaseInMotion
-
Creates a ease in motion for a move from start to stop.
- BounceEaseInOutMotion - Class in ej.motion.bounce
-
Represents a bounce ease in out motion: a bounce at startup and a bounce at the end.
- BounceEaseInOutMotion(int, int, long) - Constructor for class ej.motion.bounce.BounceEaseInOutMotion
-
Creates a ease out motion for a move from start to stop.
- BounceEaseOutMotion - 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.
- BounceEaseOutMotion(int, int, long) - Constructor for class ej.motion.bounce.BounceEaseOutMotion
-
Creates a ease out motion for a move from start to stop.
- BounceMotion - Class in ej.motion.bounce
-
- BounceMotion(int, int, long) - Constructor for class ej.motion.bounce.BounceMotion
-
Deprecated.
Creates a ease out motion for a move from start to stop.
- BounceMotionManager - Class in ej.motion.bounce
-
Motion manager creating bounce motions.
- BounceMotionManager() - Constructor for class ej.motion.bounce.BounceMotionManager
-