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.
 
 
 
 

13 lines
426 B

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_ELEMENTS_ANIMATION_OPTIONS = exports.DEFAULT_ANIMATION_OPTIONS = void 0;
exports.DEFAULT_ANIMATION_OPTIONS = {
duration: 500,
};
exports.DEFAULT_ELEMENTS_ANIMATION_OPTIONS = {
duration: 1000,
easing: 'cubic-bezier(0.250, 0.460, 0.450, 0.940)',
iterations: 1,
fill: 'both',
};
//# sourceMappingURL=animation.js.map