mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Described all easing functions.
This commit is contained in:
parent
9a76f40f55
commit
3a56fc32f7
30 changed files with 30 additions and 30 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Back ease-in.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Back.In
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Back ease-in/out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Back.InOut
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Back ease-out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Back.Out
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Bounce ease-in.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Bounce.In
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Bounce ease-in/out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Bounce.InOut
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Bounce ease-out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Bounce.Out
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Circular ease-in.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Circular.In
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Circular ease-in/out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Circular.InOut
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Circular ease-out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Circular.Out
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Cubic ease-in.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Cubic.In
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Cubic ease-in/out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Cubic.InOut
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Cubic ease-out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Cubic.Out
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Elastic ease-in.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Elastic.In
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Elastic ease-in/out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Elastic.InOut
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Elastic ease-out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Elastic.Out
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Exponential ease-in.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Expo.In
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Exponential ease-in/out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Expo.InOut
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Exponential ease-out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Expo.Out
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Quadratic ease-in/out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Quadratic.InOut
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Quadratic ease-out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Quadratic.Out
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Quartic ease-in.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Quartic.In
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Quartic ease-in/out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Quartic.InOut
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Quartic ease-out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Quartic.Out
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Quintic ease-in.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Quintic.In
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Quintic ease-in/out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Quintic.InOut
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Quintic ease-out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Quintic.Out
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Sinusoidal ease-in.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Sine.In
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Sinusoidal ease-in/out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Sine.InOut
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Sinusoidal ease-out.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Sine.Out
|
||||
* @since 3.0.0
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* [description]
|
||||
* Stepped easing.
|
||||
*
|
||||
* @function Phaser.Math.Easing.Stepped.Stepped
|
||||
* @since 3.0.0
|
||||
|
|
Loading…
Reference in a new issue