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
270 B
10 lines
270 B
export const DEFAULT_ANIMATION_OPTIONS = {
|
|
duration: 500,
|
|
};
|
|
export const 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
|