Y
Hacker News
new
|
ask
|
show
|
jobs
by
jraph
589 days ago
There are a lot of canvas in there, I doubt CSS is involved much in drawing this effect.
1 comments
esperent
589 days ago
I checked out the source, there's only a single canvas being used to render a base64 PNG. The PNG is just a 400x400 spherical reflection map, which is basically a required component of any metallic effect. I don't think that would cause a slowdown.
link