@fvastu/animated-on-scroll-stack
Version:
The easiest way to animated on scroll your chakraui/react project
27 lines • 551 B
JavaScript
export var AnimatedStackDefaultValues = {
delay: 350,
distance: '50px',
duration: 650,
easing: 'cubic-bezier(0.5, 0, 0, 1)',
opacity: 0,
origin: 'top',
rotate: {
x: 0,
y: 0,
z: 0
},
scale: 1,
cleanup: false,
desktop: true,
mobile: true,
reset: false,
useDelay: 'always',
viewFactor: 0.0,
viewOffset: {
top: 0,
right: 0,
bottom: 0,
left: 0
}
};
//# sourceMappingURL=animated-stack-default-values.js.map