UNPKG

@gamestdio/easing

Version:

Collection of easing equations for JavaScript / TypeScript

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