Cleanup
This commit is contained in:
@@ -89,7 +89,7 @@ export const animateIn = () => {
|
||||
const titleWorld = ScrollOut({
|
||||
once: true,
|
||||
targets: '#title-world',
|
||||
onShown (el, ctx) {
|
||||
onShown (el) {
|
||||
anime({
|
||||
targets: el.querySelectorAll('span'),
|
||||
translateY: ['100%', 0],
|
||||
|
||||
Reference in New Issue
Block a user