An interactive mechanical contraption in pure CSS
21–30 of 58 posts
Re: An interactive mechanical contraption in pure CSS
#22Is this supposed to be serious use of CSS or rather, as suggested by "Committing CSS Crimes", a critique of the absurdity of CSS?
Re: An interactive mechanical contraption in pure CSS
#23This is so creative! I'm trying to figure out how it works! It relies on the resize property and css grid. I don't quite understand why the gears spin in the grid when the rope resizes it though. This is wildly impressive! Edit: The gear is a sprite sheet! Brilliant!
So in summary, if I'm understanding properly, this uses a few tricks. First resizing the rope (by dragging it) changes the size of a css grid holding all the other elements. Since percentages refer to this parent grid this can be used to resize the other ropes and chains and with the right background + clipping this causes it to "move". For the spinning a sprite sheet is used with the background position depend on th…
Re: An interactive mechanical contraption in pure CSS
#24Re: An interactive mechanical contraption in pure CSS
#25Is this supposed to be serious use of CSS or rather, as suggested by "Committing CSS Crimes", a critique of the absurdity of CSS?
author here. the website that hosts this is a new social media website that allows a limited amount of html (only inline css, no js or elements), and a small subculture/arms race has developed to see who can make the wildest thing under those restrictions.
Re: An interactive mechanical contraption in pure CSS
#26Yeah, can we get a mobile responsive version? Also, I need offline and realtime support
Re: An interactive mechanical contraption in pure CSS
#27doesn't work in firefox.
Re: An interactive mechanical contraption in pure CSS
#28Does this work with a touchscreen? I’m on mobile and don’t see anything happening. (I pulled the rope.)
Re: An interactive mechanical contraption in pure CSS
#29EDIT: Cohost seems interesting... if anyone has an invite that would be lovely. Email is in my profile here.