facebookarchive / Keyframes

A library for converting Adobe AE shape based animations to a data format and playing it back on Android and iOS devices.
https://facebookincubator.github.io/Keyframes/
Other
5.33k stars 302 forks source link

Expose resetAnimations publicly #123

Closed ptomasroos closed 7 years ago

renyu-io commented 7 years ago

What's the purpose of exposing it?

ptomasroos commented 7 years ago

There was some issues with doing seek with a paused animation. Which caused a need to be able to reset it.

But I can try out master again and see if the problem still exists or not. Let me get back to you during the day

ptomasroos commented 7 years ago

Invoking pauseAnimation before solves this. No need to have it exposed as of today.

Thanks for looking into it.