doodle.interact.easing

Members list

Type members

Classlikes

trait Easing extends Double => Double

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
trait Double => Double
class Object
trait Matchable
class Any
object Easing

Attributes

Companion
trait
Source
Easing.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Easing.type