aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-05-21 21:50:32 +0200
committerlonkaars <loek@pipeframe.xyz>2021-05-21 21:50:32 +0200
commit03279d9b1c10dd0c9f194c16937eb082bd988940 (patch)
tree961d4e06f3e82d506273a2567553bb2f3b0a057d /pages
parent38b02c287922868f64076877b8801552326f2103 (diff)
timeline current slide styles
Diffstat (limited to 'pages')
-rw-r--r--pages/editor.tsx2
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 },
}),
);