Hacker News new | ask | show | jobs
by AdamTReineke 5166 days ago
I believe this is all the code for it: https://gist.github.com/2476246. Line 343 (the $ function declaration) initialized the script and line 363 initialized the canvas element. You're right, not CSS3.

The two image sprites are http://www.google.com.au/logos/2012/sundback12-hp-l.jpg and http://www.google.com.au/logos/2012/sundback12-hp-s.png.

1 comments

But when i checked in Firebug i am only able to see the following img (top half) https://www.google.com/logos/2012/sundback12-hp.jpg
At some point they hide the image and create the canvas. If you right-click the zipper and click inspect, it selects the canvas for me right away.