WIP
This commit is contained in:
@@ -9,7 +9,7 @@ export const zoomFadeIn = (node, { targets, duration }) => {
|
||||
duration,
|
||||
easing: 'easeInOutCirc',
|
||||
opacity: [0, 1],
|
||||
scale: [.9, 1],
|
||||
scale: [0.9, 1],
|
||||
delay: anime.stagger(100)
|
||||
})
|
||||
}
|
||||
@@ -23,7 +23,7 @@ export const zoomFadeOut = (node, { targets, duration }) => {
|
||||
duration,
|
||||
easing: 'easeInOutCirc',
|
||||
opacity: [1, 0],
|
||||
scale: [1, .9],
|
||||
scale: [1, 0.9],
|
||||
delay: anime.stagger(100)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user