Namespace enchant.Easing
JavaScript translation of Robert Penner's "Easing Equations" library which is widely used in ActionScript.
- Defined in: enchant.js
Constructor Attributes | Constructor Name and Description |
---|---|
Namespace Detail
enchant.Easing
- Parameters:
- t Optional
- the current time
- b Optional
- the property's initial value
- c Optional
- how much the value should change
- d Optional
- how much time should elapse before value is changed
- Returns:
- {Number}
See: http://www.robertpenner.com/easing/
See: http://www.robertpenner.com/easing/penner_chapter7_tweening.pdf