Skeleton
Skeleton is a panel that displays scrolling shimmer animation (or a pulsate animation if ReducedMotion is true). It is an alternative loading indicator to Loading.
Pages can feel like they’re loading faster by using Skeleton. Things feel like they are happening immediately, and information can be incrementally displayed on the screen.
How to Use
local Neuron = require(Packages.Neuron)
local Skeleton = Neuron.Skeleton
...
React.createElement(Skeleton, {
Size = UDim2.fromOffset(100, 100),
})Last updated on