UNPKG

@haiku/player

Version:

Haiku Player is a JavaScript library for building user interfaces

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