UNPKG

@haiku/player

Version:

Haiku Player is a JavaScript library for building user interfaces

5 lines 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var internal_1 = require("../internal"); exports.easeInOutSine = function (x) { return -(internal_1.cos(internal_1.pi * x) - 1) / 2; }; //# sourceMappingURL=easeInOutSine.js.map