Skip to content

Releases: motiondeveloper/expression-globals-typescript

Text Style Properties

16 Sep 07:10
Compare
Choose a tag to compare
  • Added the text style properties, e.g. textLayer.text.sourceText.style.font;
  • Fixed property group types (fixing transform & material properties being inaccessible)

.layer() params fix

24 Aug 11:44
Compare
Choose a tag to compare

Make relativeIndex parameter optional.

Move to class based setup

24 Aug 11:29
Compare
Choose a tag to compare

Change interfaces and mock objects to class based setup.

  • const thisComp = Object.create(CompBase);
  • const thisComp = new Comp()

Move `createPath` to PathProperty

24 Aug 05:24
Compare
Choose a tag to compare

fix return type of velocityAtTime

19 Aug 02:49
Compare
Choose a tag to compare

add: index property to Key

19 Aug 02:35
Compare
Choose a tag to compare

add: nearestKey() method to property

19 Aug 02:30
Compare
Choose a tag to compare

Fix: property.key() return type

19 Aug 02:23
Compare
Choose a tag to compare

Export types

18 Aug 07:52
Compare
Choose a tag to compare

Export all the types as well

Combine types

18 Aug 07:42
Compare
Choose a tag to compare

Move types into the main index.ts file. This is easier to maintain, and means we can remove rollup, and create proper declaration files.