mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 17:25:11 +03:00
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
This commit is contained in:
3
web/src/lib/stores/timeline.store.ts
Normal file
3
web/src/lib/stores/timeline.store.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { writable } from 'svelte/store';
|
||||
|
||||
export const isTimelineScrolling = writable(false);
|
||||
Reference in New Issue
Block a user