EXTLIB.Easing = {
        easeNone: function (t, b, c, d) {
            return c * t / d + b;
        },