Open macasfaj opened 6 years ago
A workaround would be to create two animations like -> dislike
and dislike -> like
and load/play them after each other until the feature is implemented.
Rive is made for these kind of animations, as it has a state machine included. Android supports it already, iOS is scheduled
Hi guys and thanks for this amazing module.
Is there any way in iOS to start a reversed animation, from the end to the beginning? Start() -> I like it, reverse () -> I do not like it, for example.
Thanks!!!