diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-29 13:14:59 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-29 13:14:59 -0400 |
commit | e23602188d575c3f2303bfc85114ac82561c7bbe (patch) | |
tree | 8f678aafad0525b96cb4b6f99555b4c4a11f9960 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | 895e84fe6999a39eb9553db68b378aee5c1864a3 (diff) |
added toggle to switch from fade to default keyframe. added mixBlendMode for collections
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/CollectionFreeFormDocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx index 697111ac8..910aa744d 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -154,6 +154,7 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF width: this.width, height: this.height, zIndex: this.ZInd, + mixBlendMode: StrCast(this.layoutDoc.mixBlendMode) as any, display: this.ZInd === -99 ? "none" : undefined, pointerEvents: this.props.Document.isBackground || this.Opacity === 0 ? "none" : this.props.pointerEvents ? "all" : undefined }} > |