From 1c63f4b30b3325e51f8ded3b379d15127da6a2ae Mon Sep 17 00:00:00 2001 From: Jinzhan Date: Fri, 10 Jun 2022 23:45:22 +0800 Subject: [PATCH] AE:Fix incorrect `Layer` type --- AfterEffects/10.5/index.d.ts | 12 ++++++------ AfterEffects/11.0/index.d.ts | 12 ++++++------ AfterEffects/12.0/index.d.ts | 12 ++++++------ AfterEffects/13.0/index.d.ts | 12 ++++++------ AfterEffects/13.1/index.d.ts | 12 ++++++------ AfterEffects/13.2/index.d.ts | 12 ++++++------ AfterEffects/13.6/index.d.ts | 12 ++++++------ AfterEffects/13.8/index.d.ts | 12 ++++++------ AfterEffects/14.0/index.d.ts | 12 ++++++------ AfterEffects/14.2/index.d.ts | 12 ++++++------ AfterEffects/15.0/index.d.ts | 12 ++++++------ AfterEffects/16.0/index.d.ts | 12 ++++++------ AfterEffects/16.1/index.d.ts | 12 ++++++------ AfterEffects/17.0/index.d.ts | 12 ++++++------ AfterEffects/17.1/index.d.ts | 12 ++++++------ AfterEffects/18.0/index.d.ts | 12 ++++++------ AfterEffects/8.0/index.d.ts | 12 ++++++------ AfterEffects/9.0/index.d.ts | 12 ++++++------ 18 files changed, 108 insertions(+), 108 deletions(-) diff --git a/AfterEffects/10.5/index.d.ts b/AfterEffects/10.5/index.d.ts index fff6f515..50e302bf 100644 --- a/AfterEffects/10.5/index.d.ts +++ b/AfterEffects/10.5/index.d.ts @@ -1293,12 +1293,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2176,12 +2176,12 @@ declare class TextLayer extends AVLayer { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/11.0/index.d.ts b/AfterEffects/11.0/index.d.ts index 320d76d9..f06270c8 100644 --- a/AfterEffects/11.0/index.d.ts +++ b/AfterEffects/11.0/index.d.ts @@ -1329,12 +1329,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2272,12 +2272,12 @@ declare class ViewOptions { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/12.0/index.d.ts b/AfterEffects/12.0/index.d.ts index c6cac635..eaf60b56 100644 --- a/AfterEffects/12.0/index.d.ts +++ b/AfterEffects/12.0/index.d.ts @@ -1349,12 +1349,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2293,12 +2293,12 @@ declare class ViewOptions { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/13.0/index.d.ts b/AfterEffects/13.0/index.d.ts index 8cf2b72d..148e4359 100644 --- a/AfterEffects/13.0/index.d.ts +++ b/AfterEffects/13.0/index.d.ts @@ -1358,12 +1358,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2347,12 +2347,12 @@ declare class ViewOptions { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/13.1/index.d.ts b/AfterEffects/13.1/index.d.ts index 28c73734..5ef6019b 100644 --- a/AfterEffects/13.1/index.d.ts +++ b/AfterEffects/13.1/index.d.ts @@ -1358,12 +1358,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2356,12 +2356,12 @@ declare class ViewOptions { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/13.2/index.d.ts b/AfterEffects/13.2/index.d.ts index 50a3b4d9..b8715978 100644 --- a/AfterEffects/13.2/index.d.ts +++ b/AfterEffects/13.2/index.d.ts @@ -1364,12 +1364,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2395,12 +2395,12 @@ declare class ViewOptions { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/13.6/index.d.ts b/AfterEffects/13.6/index.d.ts index 40910025..2a16d67a 100644 --- a/AfterEffects/13.6/index.d.ts +++ b/AfterEffects/13.6/index.d.ts @@ -1369,12 +1369,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2403,12 +2403,12 @@ declare class ViewOptions { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/13.8/index.d.ts b/AfterEffects/13.8/index.d.ts index 261027b8..22ee9053 100644 --- a/AfterEffects/13.8/index.d.ts +++ b/AfterEffects/13.8/index.d.ts @@ -1379,12 +1379,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2416,12 +2416,12 @@ declare class ViewOptions { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/14.0/index.d.ts b/AfterEffects/14.0/index.d.ts index 2fd8a886..1817051b 100644 --- a/AfterEffects/14.0/index.d.ts +++ b/AfterEffects/14.0/index.d.ts @@ -1428,12 +1428,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2471,12 +2471,12 @@ declare class ViewOptions { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/14.2/index.d.ts b/AfterEffects/14.2/index.d.ts index 6d27b21f..ca30a5d9 100644 --- a/AfterEffects/14.2/index.d.ts +++ b/AfterEffects/14.2/index.d.ts @@ -1428,12 +1428,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2519,12 +2519,12 @@ declare class ViewOptions { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/15.0/index.d.ts b/AfterEffects/15.0/index.d.ts index b9c3a26c..2b610a75 100644 --- a/AfterEffects/15.0/index.d.ts +++ b/AfterEffects/15.0/index.d.ts @@ -1438,12 +1438,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2535,12 +2535,12 @@ declare class ViewOptions { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/16.0/index.d.ts b/AfterEffects/16.0/index.d.ts index 64f4f6d4..f987c4de 100644 --- a/AfterEffects/16.0/index.d.ts +++ b/AfterEffects/16.0/index.d.ts @@ -1442,12 +1442,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2566,12 +2566,12 @@ declare class ViewOptions { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/16.1/index.d.ts b/AfterEffects/16.1/index.d.ts index eaf738e5..15b50119 100644 --- a/AfterEffects/16.1/index.d.ts +++ b/AfterEffects/16.1/index.d.ts @@ -1460,12 +1460,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2599,12 +2599,12 @@ declare class ViewOptions { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/17.0/index.d.ts b/AfterEffects/17.0/index.d.ts index da18ca11..66cdbb2e 100644 --- a/AfterEffects/17.0/index.d.ts +++ b/AfterEffects/17.0/index.d.ts @@ -1461,12 +1461,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2606,12 +2606,12 @@ declare class ViewOptions { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/17.1/index.d.ts b/AfterEffects/17.1/index.d.ts index 97a0d8d6..af857ccc 100644 --- a/AfterEffects/17.1/index.d.ts +++ b/AfterEffects/17.1/index.d.ts @@ -1464,12 +1464,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2609,12 +2609,12 @@ declare class ViewOptions { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/18.0/index.d.ts b/AfterEffects/18.0/index.d.ts index cd8cabd3..d682e51b 100644 --- a/AfterEffects/18.0/index.d.ts +++ b/AfterEffects/18.0/index.d.ts @@ -1476,12 +1476,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2630,12 +2630,12 @@ declare class ViewOptions { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/8.0/index.d.ts b/AfterEffects/8.0/index.d.ts index 72a79dd1..a2507557 100644 --- a/AfterEffects/8.0/index.d.ts +++ b/AfterEffects/8.0/index.d.ts @@ -1244,12 +1244,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2031,12 +2031,12 @@ declare class TextLayer extends AVLayer { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty diff --git a/AfterEffects/9.0/index.d.ts b/AfterEffects/9.0/index.d.ts index e0fe1428..315da0ee 100644 --- a/AfterEffects/9.0/index.d.ts +++ b/AfterEffects/9.0/index.d.ts @@ -1260,12 +1260,12 @@ declare class Layer extends PropertyGroup { readonly transform: _TransformGroup /** Transform shortcuts */ - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty @@ -2113,12 +2113,12 @@ declare class TextLayer extends AVLayer { * Properties for Shortcuts */ declare interface _TransformGroup extends PropertyGroup { - readonly anchorPoint: TwoDProperty | ThreeDProperty - readonly position: TwoDProperty | ThreeDProperty + readonly anchorPoint: Property + readonly position: Property readonly xPosition: OneDProperty readonly yPosition: OneDProperty readonly zPosition: OneDProperty - readonly scale: TwoDProperty | ThreeDProperty + readonly scale: Property readonly orientation: ThreeDProperty readonly rotation: OneDProperty readonly xRotation: OneDProperty