hanluong / NimbleiOSChallenge

0 stars 0 forks source link

[Feature] Add shimmer loading indicator animation #11

Open minhnimble opened 10 months ago

minhnimble commented 10 months ago

Issue

The application needs to show the initial shimmer loading view with animation after first entering the app with a valid logged-in session. Currently, there is no proper shimmer loading animation, just a static skeleton image with a native spinning indicator, which does not match the design.

https://github.com/hanluong/NimbleiOSChallenge/assets/70877098/4ea3ff4d-24f3-47ab-90ed-d217298f1486

Expect

The animation for the skeleton loading view must be implemented like the following design with a correct animation that glows repeatedly transitioning from left to right.

https://github.com/hanluong/NimbleiOSChallenge/assets/70877098/11247fdd-aa0e-4858-a000-d51dba14566d

hanluong commented 10 months ago

Yes, that's right. Maybe I will improve when I have more time.