From 83f1c769dba0895d65151e675ef6b09d04561000 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 19 Jun 2021 18:33:29 +0200 Subject: css update --- pages/editor.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'pages') diff --git a/pages/editor.tsx b/pages/editor.tsx index 177ec9f..0ab0307 100644 --- a/pages/editor.tsx +++ b/pages/editor.tsx @@ -615,6 +615,7 @@ function TimelineEditor(props: { ; } +// https://material.io/design/navigation/navigation-transitions.html#peer-transitions function DefaultSettings() { var setPlaying = usePlaying((st: any) => st.setPlaying); var setWorkingTimeline = useWorkingTimeline((st: any) => st.setTimeline); -- cgit v1.2.3