How did Google make the Google I/O 2011 website - the drag drop and the animation in the countdown?
feedback
|
|
Short answer: they use Box2d http://box2d-js.sourceforge.net/ If you move the logo under the balls from counter, the balls will jump on its top too. As jleedev is linked too: http://www.google.com/events/io/2011/static/js/io.js this is the source file that makes that happen in this case. But it is always better first look in the source and check out what can you find out from it yourself (as I and two others done it here) and try to clone it. If something don't work then you come here, show you code and ask why it isn't working. You can learn a lot by coding yourself. | |||||
feedback
|