Now that I review it, I missed some finess in the rope stitches and the button separators. Some translucency to inset shadows on the buttons container would get it more exact :)
@Vasudha Chandak I've been thinking of that. The buttons container is actually one circle, not segments in real. So, one way to indicate press on either of left, right, up down, could be to alter shadows. But then CSS wouldn't know mouse coordinates....
Other way could be to have invisible divs covering them (ugly). I can do states on whole circles though, at least the center piece.
8 Responses
Pro
Abhishek Mishra
Much of the credit for this goes to @MVBen for the original work. I've merely crafted the CSS to understand & approximate the beauty.
Enjoy the CSS work here: http://heldfree.com/play/regulator/
2x inside. best viewed - Chrome / Safari. scales nicely.
You can study the 162 lines of Sass here: https://github.com/heldfree/heldfree.github.com/blob/master/play/regulator/sass/screen.scss
6 months ago
This is some serious CSS mate!! Love what you have done here.. Amazing !
6 months ago
Pro
Abhishek Mishra
Thanks @designXtreme (Arpit Tilak)
Now that I review it, I missed some finess in the rope stitches and the button separators. Some translucency to inset shadows on the buttons container would get it more exact :)
Totally love sass for minimising work on my side.
6 months ago
@Abhishek Mishra - I did notice the shadow but whatever you have done is way too good as well too criticize. :D
6 months ago
Pro
Vasudha Chandak
Amazing :)
6 months ago
Pro
Vasudha Chandak
Try adding states on it - active hover pressed
6 months ago
Pro
Abhishek Mishra
@Vasudha Chandak I've been thinking of that. The buttons container is actually one circle, not segments in real. So, one way to indicate press on either of left, right, up down, could be to alter shadows. But then CSS wouldn't know mouse coordinates....
Other way could be to have invisible divs covering them (ugly). I can do states on whole circles though, at least the center piece.
Gonna try sometime. Thx :)
6 months ago
Pro
Zaib Ali
looks good!
5 months ago