Files
barg-restuarant/store/animations.js
T
hamid.zarghami1@gmail.com e644edbd65 transfer project in github
2024-05-12 15:29:27 +03:30

12 lines
167 B
JavaScript

export const state = () => ({
scroll: {
duration: 0.3,
triggerHook: 1,
reverse: true
},
pageLoad: {
duration: 1,
ease: 'power0.inOut'
}
})