React Native
Animation
Built-in animations
Skel UI defaults to using a shimmer animation effect for skeletons, but it also includes a built-in pulse animation.
Animation Timing
The timing of the animation can be customized via Skel.Provider
.
Custom animation
You can also pass your own animation component to Skel UI.
The custom animation component should have a width and height of 100%
.