dromara / newcar

🪢A modern animation engine for JavaScript ecosystem based on Skia (canvaskit-wasm)
https://newcarjs.org
Apache License 2.0
685 stars 34 forks source link

The implement of as `s` or `ms` to the basic time unit. #35

Closed sheepbox8646 closed 4 months ago

sheepbox8646 commented 4 months ago

As you can see, in ./packages/core/src/config.ts, we have reserved a optional argument named unit, user can set it to 'frame' | 's' | 'ms', please implement the s and ms unit.

note

Don't touch Widget, just let the elapsed's unit changed

sheepbox8646 commented 4 months ago

Has been implemented