Spinner
A spinner is a visual element that indicates an ongoing activity or loading progress.
Example
Illustrates the animations that happen in the button component, on hover, active and loading states.
Loading
The spinner rotates 360 degrees in a clockwise direction on an infinite loop at a speed of 1150ms.
Property | Cubic Bezier | Easing token | Notes |
---|---|---|---|
Transformation | (0, 0, 1, 1) | Linear (not tokenised) | Shape rotates at 360 degrees on a infinite loop. |