diff --git a/src/frontend/src/lib/components/backgrounds/BreatheSparkleCanvas.svelte b/src/frontend/src/lib/components/backgrounds/BreatheSparkleCanvas.svelte new file mode 100644 index 0000000000..232789a04a --- /dev/null +++ b/src/frontend/src/lib/components/backgrounds/BreatheSparkleCanvas.svelte @@ -0,0 +1,179 @@ + + + +
diff --git a/src/frontend/src/routes/(new-styling)/authorize/views/RedirectAnimationView.svelte b/src/frontend/src/routes/(new-styling)/authorize/views/RedirectAnimationView.svelte index 9012e0ae88..ce1d846eb4 100644 --- a/src/frontend/src/routes/(new-styling)/authorize/views/RedirectAnimationView.svelte +++ b/src/frontend/src/routes/(new-styling)/authorize/views/RedirectAnimationView.svelte @@ -9,20 +9,7 @@ import FeaturedIcon from "$lib/components/ui/FeaturedIcon.svelte"; import { CircleAlertIcon, RotateCcwIcon } from "@lucide/svelte"; import { waitFor } from "$lib/utils/utils"; - import FlairCanvas from "$lib/components/backgrounds/FlairCanvas.svelte"; - import type { FlairAnimationOptions } from "$lib/components/backgrounds/FlairCanvas"; - import { DROP_WAVE_ANIMATION } from "$lib/components/backgrounds/constants"; - - let triggerAnimation = - $state<(opts: FlairAnimationOptions) => Promise