DEV Community

Discussion on: 🎊 You don't need SVG! Creating animated loaders for content with Tailwind CSS

Collapse
 
hoangvu12 profile image
Vu Nguyen

Uh I've been doing in this in most of my projects..

I just create a component that take children and add pulse animation and background color to it and it works.

I've tried SVG version, I need to adjust height, width also x and y (or maybe i did something wrong). It was really inconvenience.

With this, all I need to do is use width and height.

Nice article by the way!

Collapse
 
koddr profile image
Vic Shóstak

Hi,

Great example of a solution to the problem I bring up in this article! Thanks.