mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 12:57:49 +00:00
update images
This commit is contained in:
@@ -1,22 +1,22 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { classNames } from '$lib/utils/classnames';
|
import { classNames } from '$lib/utils/classnames';
|
||||||
import { animate, stagger } from 'motion';
|
// import { animate, stagger } from 'motion';
|
||||||
|
|
||||||
$effect(() => {
|
// $effect(() => {
|
||||||
animate('.header', { opacity: [0, 1] });
|
// animate('.header', { opacity: [0, 1] });
|
||||||
animate(
|
// animate(
|
||||||
'.nav-item',
|
// '.nav-item',
|
||||||
{ y: [4, 0], filter: ['blur(4px)', 'blur(0px)'], opacity: [0, 1] },
|
// { y: [4, 0], filter: ['blur(4px)', 'blur(0px)'], opacity: [0, 1] },
|
||||||
{ delay: stagger(0.125) }
|
// { delay: stagger(0.125) }
|
||||||
);
|
// );
|
||||||
animate('.number', { filter: ['blur(4px)', 'blur(0px)'], opacity: [0, 1] });
|
// animate('.number', { filter: ['blur(4px)', 'blur(0px)'], opacity: [0, 1] });
|
||||||
animate(
|
// animate(
|
||||||
'.eyebrow',
|
// '.eyebrow',
|
||||||
{ y: [4, 0], filter: ['blur(4px)', 'blur(0px)'], opacity: [0, 1] },
|
// { y: [4, 0], filter: ['blur(4px)', 'blur(0px)'], opacity: [0, 1] },
|
||||||
{ delay: stagger(0.125) }
|
// { delay: stagger(0.125) }
|
||||||
);
|
// );
|
||||||
animate('.chart', { scaleY: [0, 1] }, { duration: 0.25, delay: stagger(0.01) });
|
// animate('.chart', { scaleY: [0, 1] }, { duration: 0.25, delay: stagger(0.01) });
|
||||||
});
|
// });
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 4.0 KiB |
Reference in New Issue
Block a user