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