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
352 B
10 lines
352 B
"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 = 0;
|
|
return (0, utils_1.transition)(element, { opacity: 1 }, options);
|
|
}
|
|
//# sourceMappingURL=fadeIn.js.map
|