Remix.run Logo
apresmoi an hour ago

Yes, you can render on server and if you include CSS transitions/animations, you get an animated 3d render without the need for JS !

We haven't built it yet, but its on the roadmap

Rohansi an hour ago | parent [-]

I'm all for experimentation but getting rid of JS in this case almost certainly results in worse performance. You're trading a bit of load time for significantly slower runtime/rendering.

capitainenemo a minute ago | parent [-]

Huh.... why would a CSS animation of a transform be slower than JS? I'm having a hard time seeing it. My experiments with CSS transforms have always performed much better in CSS than JS.

And ofc there's the nice bonus that it works if I haven't chosen to trust and whitelist their website for JS yet.