phetsims / twixt

Animation library for interactive HTML5 graphics
MIT License
1 stars 3 forks source link

`AnimationOptions` is missing option `attribute` #31

Open pixelzoom opened 1 year ago

pixelzoom commented 1 year ago

I encountered this when converting function-builder NotInvertibleSymbolNode to TypeScript. It uses the attribute option of Animation. That option is documented in comments (search for 'attribute' in Animation.ts). But attribute is not included in AnimationOptions.

I'll use@ts-expect-error in NotInvertibleSymbolNode.ts for now. @jonathanolson can you please look at this?