fix: first animation & transition
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-01 21:28:17 +02:00
parent 1cc823e9d1
commit 6f409c5331
3 changed files with 5 additions and 5 deletions

View File

@@ -62,9 +62,7 @@
}, animDurationLong * 0.75 + 400)
// 4. Run the page's transition in, but a little bit before the end of the loader
setTimeout(() => {
pageTransition.onAnimationEnd()
}, animDurationLong * 0.75 + 400) // + 200
pageTransition.onAnimationEnd()
}
})
</script>