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:
Alex
2024-10-30 09:38:35 -05:00
committed by GitHub
parent 0d62ff11f1
commit 244c8cb4d4
3 changed files with 34 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
import { writable } from 'svelte/store';
export const isTimelineScrolling = writable(false);