Active
Recent
Comments
Search
Login
Login
29
An interactive mechanical contraption in pure CSS
art
css
cohost.org
via
charlotte
10 months ago
|
archive
Archive.org
Archive.today
Ghostarchive
|
2 comments
2
8
darkkindness
10 months ago
|
link
wow, this is really amazing.
the draggable rope is due to
resize: vertical;
which sets the height used by all other components
the turning gears turn by indexing into a spritesheet using the height (which is always a whole number in px)
the ropes/chains are tiled background segments. since they start tiling from the bottom, a change in height moves them accordingly
2
inactive-user
10 months ago
|
link
It’s wild what you can do now with just pure CSS.
wow, this is really amazing.
resize: vertical;
which sets the height used by all other componentsIt’s wild what you can do now with just pure CSS.