m1ga / ti.animation

Airbnb Lottie + Rive animation module for Titanium SDK
Other
106 stars 20 forks source link

Like/Dislike animation #37

Open macasfaj opened 6 years ago

macasfaj commented 6 years ago

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!!!

m1ga commented 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.

hansemannn commented 1 year ago

Rive is made for these kind of animations, as it has a state machine included. Android supports it already, iOS is scheduled