Script Raccoon @scriptraccoon.dev · Feb 23

Cubecursion 🪄 An infinite animation of cubes made with #html and #css only. Find the codepen link in the comments.

0 likes 2 replies

?

Replies

Script Raccoon · Feb 23

Apart from loops, here are two features I am still missing in Vanilla CSS. (1) Mixins (to avoid code duplication and improve readability) (2) Variables in keyframes (to make them more dynamic).

Script Raccoon · Feb 23

🔗 Codepen: codepen.io/scriptraccoo... I have used Sass to use loops, but of course this just compiles down to CSS. The animation is not 100% done. In particular, I still want to fix a rendering artifact that sometimes appears when the animation starts over.