doodle.interact.easing
package doodle.interact.easing
Members list
Type members
Classlikes
An easing function is a function from [0,1] to the real numbers (but usually numbers in [0,1]) that is used to construct animation that move in a pleasing way.
An easing function is a function from [0,1] to the real numbers (but usually numbers in [0,1]) that is used to construct animation that move in a pleasing way.
All easing functions must return 0.0 for input 0.0 and 1.0 for input 1.0.
Attributes
- Companion
- object
- Source
- Easing.scala
- Supertypes
object Easing
Attributes
- Companion
- trait
- Source
- Easing.scala
- Supertypes
- Self type
-
Easing.type
In this article