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

Add resume and seek support on Android #60

Closed vcalvello closed 7 years ago

lozzle commented 7 years ago

seeking is somewhat supported via #setFrameProgress on KeyframesDrawable

vcalvello commented 7 years ago

Yup, but needs to call invalidateSelf in order to redraw. Also the progress value takes a value between 0 to 100 instead of 0 to 1.

I've just sent a PR adding a seekToProgress and pauseAnimation/resumeAnimation to feature parity with iOS version.