CSS Custom Properties kick the maintainability of our JS-based animations into the stratosphere! 🚀
I LOVE css variables, but I wish we could write things like.....
```transform: translate3d(var(--horizontalPos)px, 0, 0);```
...and I wish we could animate them...bring on @property Firefox and Safari!!!! How long do we have to wait for Houdini?!?!
Yes! I remember the detailed convo we had about this on the forums. It would make animating gradients a breeze, among other things. I wonder if WebGL can help here.
I LOVE css variables, but I wish we could write things like.....
```transform: translate3d(var(--horizontalPos)px, 0, 0);```
...and I wish we could animate them...bring on @property Firefox and Safari!!!! How long do we have to wait for Houdini?!?!
Yes! I remember the detailed convo we had about this on the forums. It would make animating gradients a breeze, among other things. I wonder if WebGL can help here.