diff options
Diffstat (limited to 'apps/website/src/components/base/Slider.astro')
-rw-r--r-- | apps/website/src/components/base/Slider.astro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/website/src/components/base/Slider.astro b/apps/website/src/components/base/Slider.astro index 625d7ff..139a250 100644 --- a/apps/website/src/components/base/Slider.astro +++ b/apps/website/src/components/base/Slider.astro @@ -51,10 +51,13 @@ const { } } } + + /** &:hover > .wrapper, &.reverse:hover > .wrapper { - /* TODO: Possibly add fancy hover card anim? */ animation-play-state: paused; } + */ + &.reverse > .wrapper { animation: var(--speed) linear infinite slide-reverse; @keyframes slide-reverse { |