Package | Description |
---|---|
ej.motion.cubic |
Contains the implementation of the cubic function.
|
Class and Description |
---|
CubicEaseInFunction
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
|
CubicEaseInOutFunction
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
|
CubicEaseOutFunction
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
|