You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can then use the properties and methods of these objects as you would within expressions.
43
39
40
+
The `Property` constructor function takes a value and type (`<>`) for the `value` of the `Property`.
41
+
44
42
4. Import types
45
43
46
-
This package makes available After Effects specific types, such as `Layer`, `Comp`, `Color`, `Vector` and more. See `src/index.ts` for the available types.
44
+
This package makes available After Effects specific types, such as `Color`, `Vector` and more. See `src/index.ts` for the available types.
47
45
48
46
```js
49
-
import { Comp, Layer, Color } from"expression-globals-typescript";
47
+
import { Color, Vector, Value } from"expression-globals-typescript";
0 commit comments