expression-globals-typescript icon indicating copy to clipboard operation
expression-globals-typescript copied to clipboard

A library providing types for expressions, as well as for mocking the API (such as thisLayer and comp())

Results 4 expression-globals-typescript issues
Sort by recently updated
recently updated
newest added

I am trying [write After Effects expressions in TypeScript](https://motiondeveloper.com/blog/writing-expressions-typescript). After creating a new project, then run `npm run build` and it works fine. Then I tried to install package **expression-globals-typescript**...

Hi there, Thanks for providing this package, it makes developing After Effects libraries with TypeScript much easier :) Unfortunately I get an error when importing the package inside Jest unit...

Currently all Path and SourceText properties extend the standard numeric property, which includes methods such as `wiggle()` and `loopOut()`, which should be undefined. Instead, all property classes should extend a...

In addition to the updated `TextStyle` methods in https://github.com/motiondeveloper/expression-globals-typescript/commit/f9aa0c70f220a038e9e3081640272a5f708aac45 there are a few paragraph related methods and props, see [Adobe docs](https://helpx.adobe.com/after-effects/using/expressions-text-properties.html).