Juanpe / SkeletonView

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
MIT License
12.51k stars 1.1k forks source link

Fix animation when the transition is `.none` #481

Closed Juanpe closed 2 years ago

Juanpe commented 2 years ago

Resolves #459

Summary

When the skeleton appears without transition the constraints are animated too. This solution enqueues the completion in the main thread.