Show HN: Versatile Metallic Finish for CSS
21–30 of 64 posts
Re: Show HN: Versatile Metallic Finish for CSS
#22Re: Show HN: Versatile Metallic Finish for CSS
#23I do have a nitpick though -- I'm always bothered by whenever shadows or reflections operate in a way that makes no physical sense.
And in this case, there's a funny "wobble" of the reflections on the left and right edges. From inside out, the horizon goes way down, then up, then back down again... which suggests an awfully bizarre (and likely physically impossible?) rippling shape around the edges.
Hope this is constructive feedback -- would love to see it without the side wobbles/ripples!
Re: Show HN: Versatile Metallic Finish for CSS
#24Re: Show HN: Versatile Metallic Finish for CSS
#25Caused me to find this brushed metallic effect which I think is well done, and is all CSS, no JS. https://codepen.io/simurai/pen/kvyEeg
Re: Show HN: Versatile Metallic Finish for CSS
#26You'd hope there would be at least an example that doesn't require JavaScript if this is a CSS thing. It could have made a good block to remind you to enable to see the editor.
Where is the rule that people need to complain about JavaScript at least once for every post?
In this specific case, one should be able to view the default demo without JS because it's a CSS library/demo and not a JS one. You can (and should) progressively enhance it with JS.
Re: Show HN: Versatile Metallic Finish for CSS
#27Re: Show HN: Versatile Metallic Finish for CSS
#28You'd hope there would be at least an example that doesn't require JavaScript if this is a CSS thing. It could have made a good block to remind you to enable to see the editor.
Re: Show HN: Versatile Metallic Finish for CSS
#29Re: Show HN: Versatile Metallic Finish for CSS
#30Caused me to find this brushed metallic effect which I think is well done, and is all CSS, no JS. https://codepen.io/simurai/pen/kvyEeg
I never would have imagined you could use a repeating gradient effect to produce a brushed metal texture. That's crazy clever, and it's also crazy how it works equally well for rounded and rectangular buttons.