diff options
author | bobzel <zzzman@gmail.com> | 2022-08-26 12:43:00 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-08-26 12:43:00 -0400 |
commit | 9263422913f30b54922f3c0d7290e36d4a509455 (patch) | |
tree | f78fa38155a7aa395e0571bfe3983f7b930e8292 /src/client/views/MainView.tsx | |
parent | dff4b18106261af77d81211e5482a38b19b2a166 (diff) |
extending pres trails to allow ink animation without using keyframes.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 06be4d194..515faa316 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -154,10 +154,10 @@ export class MainView extends React.Component { if (!MainView.Live) { DocServer.setPlaygroundFields([ 'dataTransition', + 'viewTransition', 'treeViewOpen', 'showSidebar', 'sidebarWidthPercent', - 'viewTransition', 'panX', 'panY', 'fitWidth', |