You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link to repo
Brunch master and module : issue-repro-compose
The issue is when we use a lottie json file with markers, we cannot use marker with duration of 0.
Marker with 0 duration = 1 frame and it's usefull if we want a step without animation.
Currently on Android it is playing the full animation from marker frame to file's end without looping even if set explicity
On lottie iOS library it's working well, the animation is paused on the correct frame.
Steps to reproduce the behavior:
Run the module "issue-repro-compose"
the first star is correctly playing the first marker with a duration of 30 frames infinitly
The second star play one time from the marker till the end although this marker has 0 duration
The text was updated successfully, but these errors were encountered:
Hi,
Thanks you for the Fix ! :)
There is still a small issue, in the first loading, the first frame of the lottie appears before lock to the wanted marker.
There is a possibility to avoid it ?
Link to repo
Brunch master and module : issue-repro-compose
The issue is when we use a lottie json file with markers, we cannot use marker with duration of 0.
Marker with 0 duration = 1 frame and it's usefull if we want a step without animation.
Currently on Android it is playing the full animation from marker frame to file's end without looping even if set explicity
On lottie iOS library it's working well, the animation is paused on the correct frame.
Steps to reproduce the behavior:
Run the module "issue-repro-compose"
the first star is correctly playing the first marker with a duration of 30 frames infinitly
The second star play one time from the marker till the end although this marker has 0 duration
The text was updated successfully, but these errors were encountered: