Before the skeleton view is showed, for a fraction of a second you can see the underlying views (typically with placeholder text). It doesn't look that great. (See attached video - I've enabled slow animations to make it more visible).
Ideally, you shouldn't be able to see the views behind the skeleton.

You can easily reproduce it with the example project.
SkeletonView version:
Xcode version:
Swift version:
We are experiencing the same issue.
any update 責! I am facing the same problem
@Juanpe
Use showAnimatedGradientSkeleton(transition: .none) to avoid the lag. It's a delay coming from the default transition.
Most helpful comment
Use
showAnimatedGradientSkeleton(transition: .none)to avoid the lag. It's a delay coming from the default transition.