ievgennaida / animation-timeline-control

Canvas based TypeScript animation timeline editor.
MIT License
357 stars 65 forks source link

could you tell me how to deal with it ? #10

Closed qikong333 closed 4 years ago

qikong333 commented 4 years ago

image

angular version:8.0.0

ievgennaida commented 4 years ago

Hello @qikong333, this error is saying that the interface is expected and you are not passing all the required properties.

For example, snapsPerSeconds is required.

Anyway, in the new version >2.0.7, all those fields are optional. Please use the latest version.

you can check this one as a reference: https://github.com/ievgennaida/animator/blob/master/src/app/components/timeline/timeline.component.ts