You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
353 B

4 months ago
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
var utils_1 = require("./utils");
function default_1(element, options) {
if (!element.style.opacity)
element.style.opacity = 1;
return (0, utils_1.transition)(element, { opacity: 0 }, options);
}
//# sourceMappingURL=fadeOut.js.map