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
Hi.
I have compose widget with animation effect.
This animation has a duration about 500ms.
How can I add delay 500ms before the paparazzi takes a screenshot?
The text was updated successfully, but these errors were encountered:
Request an issue on IssueTracker to add a way in AndroidX compose animations to restrict this start time logic for our usecase.
When snapshoting something with an offsetMillis > 0, requiring the initial render for the 0 frame to track the correct animation timing with startTime = 0 in compose animation.
I am leaning toward 2 as it unblocks us. It does require an additional render but I think this is okay as it should only effect snapshots/gifs with offset > 0
Hi.
I have compose widget with animation effect.
This animation has a duration about 500ms.
How can I add delay 500ms before the paparazzi takes a screenshot?
The text was updated successfully, but these errors were encountered: