diff options
| author | bobzel <zzzman@gmail.com> | 2024-05-16 19:52:13 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-05-16 19:52:13 -0400 |
| commit | 69e286b504c2f1bbef7d489dc675b9e54ef8d983 (patch) | |
| tree | b8243dab1a93aced50bab0cbf0e9da3e08e58f07 /src/client/views/PinFuncs.ts | |
| parent | 56917559cf47bba35740571e97845295dd63b424 (diff) | |
refactor/cleanup of pres animations. changed effects to start halfway through a zoom transition.
Diffstat (limited to 'src/client/views/PinFuncs.ts')
| -rw-r--r-- | src/client/views/PinFuncs.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PinFuncs.ts b/src/client/views/PinFuncs.ts index 3d998ecaf..430455644 100644 --- a/src/client/views/PinFuncs.ts +++ b/src/client/views/PinFuncs.ts @@ -54,7 +54,7 @@ export function PinDocView(pinDocIn: Doc, pinProps: PinProps, targetDoc: Doc) { pinDoc.config_width = NumCast(targetDoc.width); pinDoc.config_height = NumCast(targetDoc.height); } - if (pinProps.pinAudioPlay) pinDoc.presPlayAudio = true; + if (pinProps.pinAudioPlay) pinDoc.presentation_playAudio = true; if (pinProps.pinData) { pinDoc.config_pinData = pinProps.pinData.scrollable || |
