flux.lua demonstration
Demonstration of the easing functions available in the excellent flux lua library. This is the flux version of easings.net.
Flux lets you create tweens:
flux.to(t, 4, { x = 10 }):ease("linear"):delay(1)
Instead of "linear", you can pick any of the easing functions displayed in this visualization.
Controls
- n - next mode
- space - pause
- r - restart
Credits
Thanks to rxi for flux.
Built with love.js.
Download
Download
flux.love 16 kB
Version 1.0.19f0c95 Dec 12, 2021
Leave a comment
Log in with itch.io to leave a comment.