* feat(web): scrubber label and animation * tune x fly in distance * refactor * lint and minor fix * fly height
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
import { writable } from 'svelte/store';
|
|
|
|
export const isTimelineScrolling = writable(false);
|