diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-05-21 21:50:32 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-05-21 21:50:32 +0200 |
commit | 03279d9b1c10dd0c9f194c16937eb082bd988940 (patch) | |
tree | 961d4e06f3e82d506273a2567553bb2f3b0a057d /pages/editor.tsx | |
parent | 38b02c287922868f64076877b8801552326f2103 (diff) |
timeline current slide styles
Diffstat (limited to 'pages/editor.tsx')
-rw-r--r-- | pages/editor.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/editor.tsx b/pages/editor.tsx index cbee73a..f37e561 100644 --- a/pages/editor.tsx +++ b/pages/editor.tsx @@ -156,7 +156,7 @@ function TimelineEditor(props: { var [scrubberPos, scrubberSpring] = useSpring( () => ({ - frame: 1, + frame: 0, config: { mass: 0.5, tension: 500, friction: 20 }, }), ); |