UNPKG

@gamestdio/easing

Version:

Collection of easing equations for JavaScript / TypeScript

7 lines (6 loc) 157 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function quartIn(t) { return Math.pow(t, 4.0); } exports.quartIn = quartIn;