Skip to content

Commit 3a56fc3

Browse files
committed
Described all easing functions.
1 parent 9a76f40 commit 3a56fc3

30 files changed

Lines changed: 30 additions & 30 deletions

File tree

src/math/easing/back/In.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/**
8-
* [description]
8+
* Back ease-in.
99
*
1010
* @function Phaser.Math.Easing.Back.In
1111
* @since 3.0.0

src/math/easing/back/InOut.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/**
8-
* [description]
8+
* Back ease-in/out.
99
*
1010
* @function Phaser.Math.Easing.Back.InOut
1111
* @since 3.0.0

src/math/easing/back/Out.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/**
8-
* [description]
8+
* Back ease-out.
99
*
1010
* @function Phaser.Math.Easing.Back.Out
1111
* @since 3.0.0

src/math/easing/bounce/In.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/**
8-
* [description]
8+
* Bounce ease-in.
99
*
1010
* @function Phaser.Math.Easing.Bounce.In
1111
* @since 3.0.0

src/math/easing/bounce/InOut.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/**
8-
* [description]
8+
* Bounce ease-in/out.
99
*
1010
* @function Phaser.Math.Easing.Bounce.InOut
1111
* @since 3.0.0

src/math/easing/bounce/Out.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/**
8-
* [description]
8+
* Bounce ease-out.
99
*
1010
* @function Phaser.Math.Easing.Bounce.Out
1111
* @since 3.0.0

src/math/easing/circular/In.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/**
8-
* [description]
8+
* Circular ease-in.
99
*
1010
* @function Phaser.Math.Easing.Circular.In
1111
* @since 3.0.0

src/math/easing/circular/InOut.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/**
8-
* [description]
8+
* Circular ease-in/out.
99
*
1010
* @function Phaser.Math.Easing.Circular.InOut
1111
* @since 3.0.0

src/math/easing/circular/Out.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/**
8-
* [description]
8+
* Circular ease-out.
99
*
1010
* @function Phaser.Math.Easing.Circular.Out
1111
* @since 3.0.0

src/math/easing/cubic/In.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/**
8-
* [description]
8+
* Cubic ease-in.
99
*
1010
* @function Phaser.Math.Easing.Cubic.In
1111
* @since 3.0.0

0 commit comments

Comments
 (0)