diff options
author | andrewdkim <adkim414@gmail.com> | 2019-09-21 16:55:18 -0400 |
---|---|---|
committer | andrewdkim <adkim414@gmail.com> | 2019-09-21 16:55:18 -0400 |
commit | 4ae11ac54b25a5bfe935a934d3ce37084906ccdb (patch) | |
tree | f3406dbe184b90f665c054c00617547b0c2edeb6 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | c0dc4928c29e043ae897f4f7c58168831c3d8fd5 (diff) |
changed boundaries
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/CollectionFreeFormDocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx index 9685f9bca..fcf483659 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -110,7 +110,7 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF StrCast(this.layoutDoc.boxShadow, ""), borderRadius: this.borderRounding(), transform: this.transform, - transition: this.Document.isAnimating !== undefined ? ".5s ease-in" : this.props.transition ? this.props.transition : StrCast(this.layoutDoc.transition), + //transition: this.Document.isAnimating !== undefined ? ".5s ease-in" : this.props.transition ? this.props.transition : StrCast(this.layoutDoc.transition), width: this.width, height: this.height, zIndex: this.Document.zIndex || 0, |