- ej.motion - package ej.motion
-
Contains the base classes to create and use motions.
- ej.motion.back - package ej.motion.back
-
Contains the implementation of the back function.
- ej.motion.bounce - package ej.motion.bounce
-
Contains the implementation of the bounce function.
- ej.motion.circ - package ej.motion.circ
-
Contains the implementation of the circ function.
- ej.motion.constant - package ej.motion.constant
-
Contains the implementation of the constant function.
- ej.motion.cubic - package ej.motion.cubic
-
Contains the implementation of the cubic function.
- ej.motion.elastic - package ej.motion.elastic
-
Contains the implementation of the elastic function.
- ej.motion.expo - package ej.motion.expo
-
Contains the implementation of the expo function.
- ej.motion.linear - package ej.motion.linear
-
Contains the implementation of the linear function.
- ej.motion.quad - package ej.motion.quad
-
Contains the implementation of the quad function.
- ej.motion.quart - package ej.motion.quart
-
Contains the implementation of the quart function.
- ej.motion.quint - package ej.motion.quint
-
Contains the implementation of the quint function.
- ej.motion.sine - package ej.motion.sine
-
Contains the implementation of the sine function.
- ElasticEaseInFunction - Class in ej.motion.elastic
-
Represents a elastic motion.
- ElasticEaseInOutFunction - Class in ej.motion.elastic
-
Represents a elastic motion.
- ElasticEaseOutFunction - Class in ej.motion.elastic
-
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.
- ExpoEaseInFunction - Class in ej.motion.expo
-
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
- ExpoEaseInOutFunction - Class in ej.motion.expo
-
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
- ExpoEaseOutFunction - Class in ej.motion.expo
-
Represents a ease out motion: starts at a steady speed, then slows down to a stop.