lukehaas / css-loaders

A collection of loading spinners animated with CSS
MIT License
7.05k stars 1.04k forks source link

spinner 1: use different CSS so that the height is fixed and doesn't wobble #41

Open daattali opened 1 year ago

daattali commented 1 year ago

Because the height CSS property was changing with the animation, it was causing some UI issues. The same behaviour can be achieved with box-shadow while keeping height constant. See https://github.com/daattali/shinycssloaders/issues/81

daattali commented 1 year ago

@lukehaas is this repo still active?