ndiego / icon-block

Effortlessly add SVG icons and graphics to your website.
https://nickdiego.com/projects/icon-block/
GNU General Public License v2.0
104 stars 14 forks source link

Remove transition: all from bundled CSS #30

Closed cbirdsong closed 1 year ago

cbirdsong commented 1 year ago

transition: all is a bad idea because it affects layout properties, which causes jank during page layout because any changes get animated. Background info: https://www.pno.dev/articles/dont-use-the-all-keyword-in-css-transitions/