Skip to content

Commit c31cc8e

Browse files
author
Jesse Winton
committed
update images
1 parent eede185 commit c31cc8e

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

src/routes/(marketing)/(components)/dashboard.svelte

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<script lang="ts">
22
import { classNames } from '$lib/utils/classnames';
3-
import { animate, stagger } from 'motion';
3+
// import { animate, stagger } from 'motion';
44
5-
$effect(() => {
6-
animate('.header', { opacity: [0, 1] });
7-
animate(
8-
'.nav-item',
9-
{ y: [4, 0], filter: ['blur(4px)', 'blur(0px)'], opacity: [0, 1] },
10-
{ delay: stagger(0.125) }
11-
);
12-
animate('.number', { filter: ['blur(4px)', 'blur(0px)'], opacity: [0, 1] });
13-
animate(
14-
'.eyebrow',
15-
{ y: [4, 0], filter: ['blur(4px)', 'blur(0px)'], opacity: [0, 1] },
16-
{ delay: stagger(0.125) }
17-
);
18-
animate('.chart', { scaleY: [0, 1] }, { duration: 0.25, delay: stagger(0.01) });
19-
});
5+
// $effect(() => {
6+
// animate('.header', { opacity: [0, 1] });
7+
// animate(
8+
// '.nav-item',
9+
// { y: [4, 0], filter: ['blur(4px)', 'blur(0px)'], opacity: [0, 1] },
10+
// { delay: stagger(0.125) }
11+
// );
12+
// animate('.number', { filter: ['blur(4px)', 'blur(0px)'], opacity: [0, 1] });
13+
// animate(
14+
// '.eyebrow',
15+
// { y: [4, 0], filter: ['blur(4px)', 'blur(0px)'], opacity: [0, 1] },
16+
// { delay: stagger(0.125) }
17+
// );
18+
// animate('.chart', { scaleY: [0, 1] }, { duration: 0.25, delay: stagger(0.01) });
19+
// });
2020
</script>
2121

2222
<div
3.05 KB
Loading
2.04 KB
Loading

0 commit comments

Comments
 (0)