doodle.interact.easing.Easing$
See theEasing companion trait
object Easing
Attributes
- Companion:
- trait
- Source:
- Easing.scala
- Graph
- Supertypes
- Self type
- Easing.type
Members list
Concise view
Value members
Concrete methods
Concrete fields
Easing function that overshoots its destination and then smoothly comes back
Easing function that overshoots its destination and then smoothly comes back
Attributes
- Source:
- Easing.scala
The easing function that moves in a circular path
The cubic easing f(t) = t^3
The elastic easing function. Has a little bounce. Might not be correct.
The elastic easing function. Has a little bounce. Might not be correct.
Attributes
- Source:
- Easing.scala
The identity easing function simply returns its input
Linear easing, is equivalent to the identity
The quadratic easing f(t) = t^2
The sin easing f(t) = sin(t * (Math.PI / 2))