| Class | Description |
|---|---|
| SineEaseInMotion |
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
|
| SineEaseInOutMotion |
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
|
| SineEaseOutMotion |
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
|
| SineMotionManager |
Motion manager creating ease in motions.
|