✍️ Blog → https://jezdriver.com/blog
🌐 Web dev → https://jezdriver.com/web
I totally had the same realisation about using CSS vars.
gist.github.com/JezDriver/dc...
I have a few anims I can reuse wherever, like `move-in-x` which animates from `transform: translateX(var(--move-x-dist, 1rem));`
I totally had the same realisation about using CSS vars.
gist.github.com/JezDriver/dc...
I have a few anims I can reuse wherever, like `move-in-x` which animates from `transform: translateX(var(--move-x-dist, 1rem));`