-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent shimmer animation from affecting initial layout of the view #20
Conversation
It's working great with this fix! Thank you :) |
hi @ast3150 could you check if the prior pr fixes the issue you are addressing for you? |
@vladyslavsosiuk This prior pr fix, doesnt fix this Animation bug #19. |
Do you have steps to reproduce? |
Sure!
In my case the NavigationView and NavigationStack conflicted with the modifier. NavigationView.mp4and with NavigationStack this: NavigationStack.mp4When using the changes from this MR, the visuals are as expected. |
This PR fixes the issue I was seeing where I was trying to apply a shimmer on a view within a |
Prevent shimmer animation from affecting initial layout of the view |
This introduces two changes:
Fixes #19