UNPKG

@haiku/player

Version:

Haiku Player is a JavaScript library for building user interfaces

7 lines 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var internal_1 = require("../internal"); exports.easeInOutQuart = function (x) { return x < 0.5 ? 8 * x * x * x * x : 1 - internal_1.pow(-2 * x + 2, 4) / 2; }; //# sourceMappingURL=easeInOutQuart.js.map