aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorgeireann <60007097+geireann@users.noreply.github.com>2020-07-04 02:01:32 +0800
committergeireann <60007097+geireann@users.noreply.github.com>2020-07-04 02:01:32 +0800
commit2c04b0ae3689d931675151acbec24c88ea00daa1 (patch)
treebe20524239b55448a0b97daaf3456eaefff46444 /src/client/documents/Documents.ts
parent981f1f164d816e60312d50912acb8de89fbcd912 (diff)
transition speed + viewLinks
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 9feee0d47..b6c453847 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -128,6 +128,7 @@ export interface DocumentOptions {
currentFrame?: number; // the current frame of a frame-based collection (e.g., progressive slide)
lastFrame?: number; // the last frame of a frame-based collection (e.g., progressive slide)
activeFrame?: number; // the active frame of a document in a frame base collection
+ presTransition?: number; //the time taken for the transition TO a document
borderRounding?: string;
boxShadow?: string;
dontRegisterChildViews?: boolean;