diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-21 19:25:56 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-21 19:25:56 -0400 |
commit | a3506d7a8964a113f10bdce672a86678b992b653 (patch) | |
tree | 32b1ad8497e467aab40175fcc5991340f6cca064 /src/client/views/presentationview/PresElementBox.tsx | |
parent | c5a14d8e29e7c5cd4e18d7f4175e5d3938dacde7 (diff) |
more fixes to progressivizing. tweaks to comparison box's clear button.
Diffstat (limited to 'src/client/views/presentationview/PresElementBox.tsx')
-rw-r--r-- | src/client/views/presentationview/PresElementBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresElementBox.tsx b/src/client/views/presentationview/PresElementBox.tsx index f364b40fd..526a3dbf4 100644 --- a/src/client/views/presentationview/PresElementBox.tsx +++ b/src/client/views/presentationview/PresElementBox.tsx @@ -104,7 +104,6 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps, PresDoc if (this.rootDoc.presProgressivize && !rootTarget?.lastTimecode) { rootTarget.currentTimecode = 0; CollectionFreeFormDocumentView.setupKeyframes(docs, docs.length, this.presBox); - docs.forEach((d, i) => numberRange(docs.length - i).forEach(f => Cast(d["opacity-indexed"], listSpec("number"), [])[f + i] = 1)); rootTarget.lastTimecode = docs.length - 1; } docs.forEach((d, i) => i && numberRange(i).forEach(f => Cast(d["opacity-indexed"], listSpec("number"), [])[f] = 0)); |