diff options
author | bobzel <zzzman@gmail.com> | 2020-08-19 19:06:31 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-19 19:06:31 -0400 |
commit | 2473613caf8d9d397e3b132f95b136a0c26a1ebd (patch) | |
tree | b4b47883ac7384979fb13806dc6b898a752338a1 /src/client/documents/Documents.ts | |
parent | f962986693267e30ca18884e6f04e402181a5a1a (diff) |
fixed frame animations and added frames to bookmarked views.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index f07b718ba..7d114d417 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -144,8 +144,6 @@ export interface DocumentOptions { presTransition?: number; //the time taken for the transition TO a document presDuration?: number; //the duration of the slide in presentation view presProgressivize?: boolean; - // xArray?: number[]; - // yArray?: number[]; borderRounding?: string; boxShadow?: string; dontRegisterChildViews?: boolean; |