diff options
| author | bobzel <zzzman@gmail.com> | 2022-08-26 12:43:00 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-08-26 12:43:00 -0400 |
| commit | 9263422913f30b54922f3c0d7290e36d4a509455 (patch) | |
| tree | f78fa38155a7aa395e0571bfe3983f7b930e8292 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | dff4b18106261af77d81211e5482a38b19b2a166 (diff) | |
extending pres trails to allow ink animation without using keyframes.
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index c44b33ed0..210370d39 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -278,7 +278,6 @@ export class CollectionFreeFormView extends CollectionSubView<Partial<collection const vals = CollectionFreeFormDocumentView.getValues(d, NumCast(d.activeFrame, 1000), false); // get non-default values for everything else vals.x = x + NumCast(pvals.x) - dropPos[0]; vals.y = y + NumCast(pvals.y) - dropPos[1]; - vals._scrollTop = this.Document.editScrollProgressivize ? pvals._scrollTop : undefined; CollectionFreeFormDocumentView.setValues(NumCast(this.Document._currentFrame), d, vals); } else { d.x = x + NumCast(d.x) - dropPos[0]; |
