diff options
| author | bobzel <zzzman@gmail.com> | 2022-08-22 12:50:52 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-08-22 12:50:52 -0400 |
| commit | d8f2a45a95a14151d3484c3c14f72d217a818786 (patch) | |
| tree | c1e66f518367b28992b6ccc7f7adfca48db19725 /src/client/views/nodes/DocumentView.tsx | |
| parent | 96a15ed27e9b17a77e6cab72d4087ddfe6066d2a (diff) | |
made inkMasks animate when they are turned on /off. fixed inkStrokes to be interpolated when they have an activeFrame set.
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
| -rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 172adcafe..74143a731 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -1656,7 +1656,6 @@ export class DocumentView extends React.Component<DocumentViewProps> { ref={this.ContentRef} style={{ transition: this.props.dataTransition, - //position: this.props.Document.isInkMask ? 'absolute' : undefined, transform: isButton ? undefined : `translate(${this.centeringX}px, ${this.centeringY}px)`, width: isButton || isPresTreeElement ? '100%' : xshift() ?? `${(100 * (this.props.PanelWidth() - this.Xshift * 2)) / this.props.PanelWidth()}%`, height: |
