Gurupreet / ComposeCookBook

A Collection on all Jetpack compose UI elements, Layouts, Widgets and Demo screens to see it's potential
MIT License
6.3k stars 799 forks source link

Fix Heart Animation #42

Closed mitchtabian closed 3 years ago

mitchtabian commented 3 years ago

I was using an Icon for the heart but it didn't look right. Sometimes red pixels were left on the screen when toggling. I changed to using images with Coil and it works much better. No issues.