Home

Library goog.fx.easing

Function Summary
easeIn(number t) ⇒ number

Ease in - Start slow and speed up.

easeOut(number t) ⇒ number

Ease out - Start fastest and slows to a stop.

inAndOut(number t) ⇒ number

Ease in and out - Start slow, speed up, then slow down.