Fix Intro?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-06 22:33:47 +02:00
parent 380d155350
commit f414457172
5 changed files with 14 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ export const animateIn = scope => {
// Each location (reveal on scroll)
const locations = ScrollOut({
targets: scope.querySelectorAll('.location'),
onShown (el) {
onShown: el => {
// Image
anime({
targets: el.querySelector('img'),