airbnb / lottie-web

Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/
MIT License
29.85k stars 2.85k forks source link

additional properties for animation object from lottie-worker #2970

Closed nnhk23 closed 5 months ago

nnhk23 commented 1 year ago

Tell us about your environment

Hi! I noticed animation object generated by lottie-worker is missing quite a few properties that'd be useful for manipulating animation mid-transition/dynamically generate new segment mid-transition. Some of them that'd be useful include: firstFrame, currentFrame, playDirection, isSubframeEnabled, currentRawFrame, timeCompleted. I have this codepen to compare between lottie-web & lottie-worker: https://codesandbox.io/s/worker-missing-animationitem-props-x5genv?file=/src/App.js