Packages

package easing

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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.

Value Members

  1. object Easing

Ungrouped