Toaster: Pure CSS 3D Editor
31–38 of 38 posts
Re: Toaster: Pure CSS 3D Editor
#32Re: Toaster: Pure CSS 3D Editor
#33Extremely cool. I hand rolled some 3d objects using only CSS a few years ago [0]. One challenge I faced with the rotation was that text on the stop and bus signs would appear backwards from behind. To solve this I added an animation that flips the div 180 degrees. I tried to do the flip while the signs were occluded, but I didn't add anything to occlude the bus stop sign so you can see it flip as it rotates [0]: http…
Re: Toaster: Pure CSS 3D Editor
#34Extremely cool. I hand rolled some 3d objects using only CSS a few years ago [0]. One challenge I faced with the rotation was that text on the stop and bus signs would appear backwards from behind. To solve this I added an animation that flips the div 180 degrees. I tried to do the flip while the signs were occluded, but I didn't add anything to occlude the bus stop sign so you can see it flip as it rotates [0]: http…
Stop signs are blank on the back. Could you hide the text instead?
Re: Toaster: Pure CSS 3D Editor
#35Nevertheless: incredibly cool project!
Re: Toaster: Pure CSS 3D Editor
#36Should be relatively easy to implement if you use hsl colors and set the lightness as a function of the nodes rotation.