UNPKG

@gamestdio/easing

Version:

Collection of easing equations for JavaScript / TypeScript

7 lines (6 loc) 143 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function quadIn(t) { return t * t; } exports.quadIn = quadIn;