From a85a6f2976d1791e6151dfa2b1a9f93412c5c1a9 Mon Sep 17 00:00:00 2001 From: VDawg Date: Wed, 15 Nov 2023 11:38:07 +0100 Subject: [PATCH] pluginsSlice: animate in --- src/routes/PluginsSlice.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/PluginsSlice.svelte b/src/routes/PluginsSlice.svelte index 5b5b2a7..a8c3ef6 100644 --- a/src/routes/PluginsSlice.svelte +++ b/src/routes/PluginsSlice.svelte @@ -5,6 +5,7 @@ import IconLinkOut from '~icons/mingcute/external-link-line' import clsx from 'clsx' import Video from '$lib/components/Video.svelte' + import { animateIn } from '$lib/Helper.mjs' /** @type {HTMLVideoElement[]}*/ const videos = [] @@ -54,6 +55,7 @@