diff options
author | bob <bcz@cs.brown.edu> | 2020-02-12 11:42:15 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-02-12 11:42:15 -0500 |
commit | 0cdc613795e51693b8d7dc2c4f32b9509d050f07 (patch) | |
tree | fa5b4a36ba54ea25d1694d0dd2df2ec2578cc2e1 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | 44808c5ffc4ed9d3859dfd28cd59f7f3b3621cfc (diff) |
added animated switching between templates + toggle Detail menu item.
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 3bceec45f..3c27ac9a1 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -84,7 +84,7 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF borderRadius: StrCast(Doc.Layout(this.layoutDoc).borderRounding), outline: this.Highlight ? "orange solid 2px" : "", transform: this.transform, - transition: this.Document.isAnimating ? ".5s ease-in" : this.props.transition ? this.props.transition : this.dataProvider ? this.dataProvider.transition : StrCast(this.layoutDoc.transition), + transition: this.props.transition ? this.props.transition : this.dataProvider ? this.dataProvider.transition : StrCast(this.layoutDoc.transition), width: this.width, height: this.height, zIndex: this.ZInd, |