Skip to content

Commit cf96301

Browse files
committed
Update add-easing-to-your-game-animations-with-phaser.mdx
1 parent 6a61a87 commit cf96301

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Here’s a graph visualizing the animation curve:
245245

246246
<ImageZoom
247247
src="https://raw.githubusercontent.com/codedex-io/projects/main/projects/add-easing-to-your-game-animations-with-phaser/assets/linearGraph.gif"
248-
style={{ width: "80%", height: "auto" }}
248+
style={{ width: "50%", height: "auto" }}
249249
alt="linear graph"
250250
/>
251251

@@ -280,7 +280,7 @@ Here’s a graph visualizing the animation curve:
280280

281281
<ImageZoom
282282
src="https://raw.githubusercontent.com/codedex-io/projects/main/projects/add-easing-to-your-game-animations-with-phaser/assets/easeInOutSine.gif"
283-
style={{ width: "80%", height: "auto" }}
283+
style={{ width: "50%", height: "auto" }}
284284
alt="ease in out sine graph"
285285
/>
286286

@@ -296,7 +296,7 @@ Here’s a graph visualizing that one:
296296

297297
<ImageZoom
298298
src="https://raw.githubusercontent.com/codedex-io/projects/main/projects/add-easing-to-your-game-animations-with-phaser/assets/easeInOutBounce.gif"
299-
style={{ width: "80%", height: "auto" }}
299+
style={{ width: "50%", height: "auto" }}
300300
alt="bounce ease in out graph"
301301
/>
302302

@@ -350,7 +350,7 @@ Just like the linear graph from before.
350350

351351
<ImageZoom
352352
src="https://raw.githubusercontent.com/codedex-io/projects/main/projects/add-easing-to-your-game-animations-with-phaser/assets/linearGraph.gif"
353-
style={{ width: "80%", height: "auto" }}
353+
style={{ width: "50%", height: "auto" }}
354354
alt="linear graph"
355355
/>
356356

@@ -377,7 +377,7 @@ Woah woah woah! Why is the animation only 3.1% complete at `t = 0.5`? Isn’t th
377377

378378
<ImageZoom
379379
src="https://raw.githubusercontent.com/codedex-io/projects/main/projects/add-easing-to-your-game-animations-with-phaser/assets/easeInExpo.gif"
380-
style={{ width: "80%", height: "auto" }}
380+
style={{ width: "50%", height: "auto" }}
381381
alt="expo ease in graph"
382382
/>
383383

@@ -404,7 +404,7 @@ this.tweens.add({
404404
```
405405
<ImageZoom
406406
src="https://raw.githubusercontent.com/codedex-io/projects/main/projects/add-easing-to-your-game-animations-with-phaser/assets/easeOutElastic.gif"
407-
style={{ width: "80%", height: "auto" }}
407+
style={{ width: "50%", height: "auto" }}
408408
alt="elastic ease out graph"
409409
/>
410410

0 commit comments

Comments
 (0)