diff options
| author | bobzel <zzzman@gmail.com> | 2022-08-22 11:02:17 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-08-22 11:02:17 -0400 |
| commit | 96a15ed27e9b17a77e6cab72d4087ddfe6066d2a (patch) | |
| tree | 7c7febbeb06cd7c953b525c7f759ad80d2751c11 /src/client/views/nodes/DocumentView.scss | |
| parent | c6241a61640d50ae0b7fed861c3218e5dc9f2ff6 (diff) | |
made ink strokes animatable. added currentFrame to playgroundFields
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 6ea697a2f..9aaaf1e68 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -99,6 +99,7 @@ border-radius: inherit; width: 100%; height: 100%; + transition: inherit; .sharingIndicator { height: 30px; |
