Cleanup
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user