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
This is a bug that leads to the wrong keyframe being used due to a floating point rounding error.
Given specific composition start frames and the existing floating point rounding, you could wind up with the following situation:
Keyframe 1 has an endFrame of 48 and an endProgress of 0.095051385
Keyframe 2 has a startFrame of 48 and a startProgress of 0.09505139
This issue is stale because it is marked "can't reproduce" and has had no activity in the past week. Please comment with additional information, or this issue will be closed due to inactivity in one week.
Which Version of Lottie are you using?
Lottie 4.4.2
Expected Behavior
Changing between markers without flickering/dropping frames.
To reproduce this issue, simply change from marker "voiceLoop1" to "voiceLoop2" to "voiceLoop3" in a random order.
Please note this was updated in Android here.
Actual Behavior
This is a bug that leads to the wrong keyframe being used due to a floating point rounding error.
Given specific composition start frames and the existing floating point rounding, you could wind up with the following situation:
Keyframe 1 has an endFrame of 48 and an endProgress of 0.095051385
Keyframe 2 has a startFrame of 48 and a startProgress of 0.09505139
Animation JSON
Please find attached.
DemoVoice.json
The text was updated successfully, but these errors were encountered: