diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-06-19 18:33:29 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-06-19 18:33:29 +0200 |
commit | 83f1c769dba0895d65151e675ef6b09d04561000 (patch) | |
tree | e50613aaffec7b4eeeef9886936ef18f7c4dd322 /pages | |
parent | 6f5bfba41aff2e867eb77e1bbab8c746865c16f5 (diff) |
css update
Diffstat (limited to 'pages')
-rw-r--r-- | pages/editor.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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); |