Package | Description |
---|---|
ej.motion.back | |
ej.motion.bounce | |
ej.motion.circ | |
ej.motion.cubic | |
ej.motion.ease | |
ej.motion.elastic | |
ej.motion.expo | |
ej.motion.linear | |
ej.motion.quad | |
ej.motion.quart | |
ej.motion.quint | |
ej.motion.sine |
Modifier and Type | Class and Description |
---|---|
class |
BackEaseInMotion
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
|
class |
BackEaseInOutMotion
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
|
class |
BackEaseOutMotion
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBounceMotion
Represents a bounce motion.
|
class |
BounceEaseInMotion
Represents a bounce motion.
|
class |
BounceEaseInOutMotion
Represents a bounce ease in out motion: a bounce at startup and a bounce at the end.
|
class |
BounceEaseOutMotion
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.
|
class |
BounceMotion
Deprecated.
use
BounceEaseOutMotion instead. |
Modifier and Type | Class and Description |
---|---|
class |
CircEaseInMotion
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
|
class |
CircEaseInOutMotion
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
|
class |
CircEaseOutMotion
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
|
Modifier and Type | Class and Description |
---|---|
class |
CubicEaseInMotion
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
|
class |
CubicEaseInOutMotion
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
|
class |
CubicEaseOutMotion
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
|
Modifier and Type | Class and Description |
---|---|
class |
EaseInMotion
Deprecated.
use
QuartEaseInMotion instead. |
class |
EaseInOutMotion
Deprecated.
use
QuartEaseInOutMotion instead. |
class |
EaseOutMotion
Deprecated.
use
QuartEaseOutMotion instead. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractElasticMotion
Represents an elastic motion.
|
class |
ElasticEaseInMotion
Represents a elastic motion.
|
class |
ElasticEaseInOutMotion
Represents a elastic motion.
|
class |
ElasticEaseOutMotion
Represents a elastic motion: starts at a steady speed, then slows down exceeding the stop instruction then go
backward with the same effect with less initial speed then go forward and so on until it stops.
|
class |
ElasticMotion
Deprecated.
use
ElasticEaseOutMotion instead. |
Modifier and Type | Class and Description |
---|---|
class |
ExpoEaseInMotion
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
|
class |
ExpoEaseInOutMotion
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
|
class |
ExpoEaseOutMotion
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
|
Modifier and Type | Class and Description |
---|---|
class |
LinearMotion
Represents a uniform linear motion: the velocity is constant (no acceleration or deceleration).
|
Modifier and Type | Class and Description |
---|---|
class |
QuadEaseInMotion
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
|
class |
QuadEaseInOutMotion
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
|
class |
QuadEaseOutMotion
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
|
Modifier and Type | Class and Description |
---|---|
class |
QuartEaseInMotion
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
|
class |
QuartEaseInOutMotion
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
|
class |
QuartEaseOutMotion
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
|
Modifier and Type | Class and Description |
---|---|
class |
QuintEaseInMotion
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
|
class |
QuintEaseInOutMotion
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
|
class |
QuintEaseOutMotion
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
|
Modifier and Type | Class and Description |
---|---|
class |
SineEaseInMotion
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
|
class |
SineEaseInOutMotion
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
|
class |
SineEaseOutMotion
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
|