This commit is contained in:
2020-03-11 17:23:58 +01:00
parent 8c9000a7c9
commit 8aa2524e7f
4 changed files with 2 additions and 182 deletions

View File

@@ -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],