Hacker News new | ask | show | jobs
by lekevicius 1648 days ago
I love SMIL. Have been using it to craft custom SVG loaders for almost every brand I've worked with. Loader is usually much smaller than a gif, vector, animated 60 FPS, etc. So good.
1 comments

Do you have any resources on how you learned to create such loaders? I hacked together a custom loading animation for some tools I've built just using images & css transforms, but would love to learn to make things even slicker.
Not quite, I've learned it by looking at MDN and some other samples. Maybe I'll write up a tutorial for others.