object Easing
- Source
- Easing.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Easing
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(f: (Double) => Double): Easing
Construct an easing function from a Double => Double function
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val back: Easing
Easing function that overshoots its destination and then smoothly comes back
- val circle: Easing
The easing function that moves in a circular path
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val cubic: Easing
The cubic easing f(t) = t^3
- val elastic: Easing
The elastic easing function.
The elastic easing function. Has a little bounce. Might not be correct.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val identity: Easing
The identity easing function simply returns its input
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val linear: Easing
Linear easing, is equivalent to the identity
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val quadratic: Easing
The quadratic easing f(t) = t^2
- val sin: Easing
The sin easing f(t) = sin(t * (Math.PI / 2))
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()