Skip to content

Commit ae347e4

Browse files
committed
Update add-easing-to-your-game-animations-with-phaser.mdx
1 parent 86be2bf commit ae347e4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

projects/add-easing-to-your-game-animations-with-phaser/add-easing-to-your-game-animations-with-phaser.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ In this project tutorial, you’ll learn how to apply built-in easing functions
5252

5353
[Easings.net](http://Easings.net) is a great resource that lets you test out each type of easing, and even view the mathematical formulas behind them!
5454

55-
<ImageZoom
56-
src="https://raw.githubusercontent.com/codedex-io/projects/main/projects/add-easing-to-your-game-animations-with-phaser/assets/curves.gif"
57-
style={{ width: "80%", height: "auto" }}
58-
alt="four types of easing curves"
59-
/>
60-
6155
Phaser has 32 different built-in easing functions available to use! Wanna see all of the easing functions together in action?
6256

6357
Check out this [Build](https://www.codedex.io/L5fusA3iJ2Bg6IJsM6lz/live) of a Codédex character’s walk cycle, with all the different types of easing applied:

0 commit comments

Comments
 (0)