How to mimic WP7 animation in Javascript?
This is kind of weird. I'm building a page based off of WP7 and one of the main attractions to the OS is it's gorgeous animations. How would I go about creating the "tilt" or "flip" animation created when a live tile flips backwards.
I've searche开发者_开发百科d everywhere and couldn't find what I was looking for. If you have any examples that would be great! Any help is always appreciated!
Use jQuery plugins like
http://www.webdeveloperjuice.com/2010/04/28/10-awesome-jquery-flip-plugins-for-next-level-interface/ for flip animations
or
http://plugins.jquery.com/project/tilt for accelerometer based tilts.
My personal fav is:
http://lab.smashup.it/flip/
精彩评论