Files
immich/web/src/lib/stores/timeline.store.ts
Alex 244c8cb4d4 feat(web): scrubber label and animation (#13815)
* feat(web): scrubber label and animation

* tune x fly in distance

* refactor

* lint and minor fix

* fly height
2024-10-30 14:38:35 +00:00

4 lines
94 B
TypeScript

import { writable } from 'svelte/store';
export const isTimelineScrolling = writable(false);