lordmauve / pgzero

A zero-boilerplate games programming framework for Python 3, based on Pygame.
https://pygame-zero.readthedocs.io/
GNU Lesser General Public License v3.0
527 stars 191 forks source link

Incorporate more easing functions and demo the ones available #306

Open saraaldosari opened 1 year ago

saraaldosari commented 1 year ago

In the animation.py file there is a number of easing functions available that the game relies on.

It would be great if I can incorporate more easing functions to provide more options for animating the sprites, as well as adding a demo of all functions available.