Easing functions for Defold
You can use Ease in your own project by adding this project as a Defold library dependency. Open your game.project file and in the dependencies field under project add:
https://github.com/subsoap/ease/archive/master.zip
Once added, you must require the main Lua module in scripts via
local ease = require("ease.ease")