@cn-ui/spinners
v1.0.0
Published
All spinners are displayed inside a 24 x 24 dp view box. The main content rests inside the live area of 22 dp with a padding of 1dp.
Downloads
8
Readme
SVG Spinners (CSS & SMIL)
All spinners are displayed inside a 24 x 24 dp view box. The main content rests inside the live area of 22 dp with a padding of 1dp.
Few points to consider:
- SMIL animations (both inline and referenced via an
img
tag) won't start playing until the page has completely loaded whereas CSS animations will start playing while the page is loading. - In webkit based browsers, both SMIL and CSS animations, when referenced via an
img
tag, produce an unusual behavior on page zoom levels other than 100%. Using them inline seems completely fine and consistent across browsers.
Preview
Adaptation
React Component Library by dephraiim
License
MIT © Utkarsh Verma