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.34k stars 302 forks source link

[iOS] animationDidStopBlock called twice #126

Closed sanatory closed 7 years ago

sanatory commented 7 years ago

animationDidStopBlock is called twice. and the first time is immediately after the start

Ekhoo commented 7 years ago

Any news ?

renyu-io commented 7 years ago

@Ekhoo that's how core animation handles this callback. But the finished parameter should be NO for the first call?

Ekhoo commented 7 years ago

Ok in your last cocapods release, we haven't the finished parameter. Is it possible to make a new release with the callback parameter ?

renyu-io commented 7 years ago

@Ekhoo updated Cocoapod to 1.1.0

Ekhoo commented 7 years ago

Thank you :)