An animation that demonstrate the new anime.js grid staggering feature. Made for https://animejs.com.
A Pen by Julian Garnier on CodePen.
import type { PageLoad } from './$types'; | |
import { writable, type Writable } from 'svelte/store'; | |
// Ignore this - config from my old project | |
import { | |
PUBLIC_FILES_PATH, | |
PUBLIC_SAVED_CONFIG, | |
PUBLIC_NODE_ENV, | |
PUBLIC_SAVED_JOBDESC | |
} from '$env/static/public'; |
An animation that demonstrate the new anime.js grid staggering feature. Made for https://animejs.com.
A Pen by Julian Garnier on CodePen.
flowchart TD
%% Define color styles
classDef baseLayer fill:#d4f1f9,stroke:#05a,stroke-width:2px
classDef coreLayer fill:#ffe6cc,stroke:#d79b00,stroke-width:2px
classDef derivedLayer fill:#d5e8d4,stroke:#82b366,stroke-width:2px
classDef routerLayer fill:#e1d5e7,stroke:#9673a6,stroke-width:2px
classDef platformLayer fill:#f5f5f5,stroke:#666,stroke-width:2px
%% Platform Layer