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

@@ -125,17 +125,6 @@
// Send current photo to event for init
sendCurrentPhoto({ init: true })
})
/*
** TODO: REVEAL ANIMATION ON CAROUSEL
** Fix the CSS priority? Cancel the transition delay and duration?
data-aos="{
(photo === prevPhoto) ? 'carousel-prev' :
(photo === currentPhoto) ? 'carousel-active' :
(photo === nextPhoto) ? 'carousel-next' : ''
}
*/
</script>
<svelte:window on:keydown={keyboardNav} />