how is the transition/slide effect is done for http://www.beautyoftheweb.com ? using jquery/javascript/css?
It's a combination of things, including jQuery, Prototype and Silverlight for the intro/navigation. If you view source at the bottom, you'll see many included plugins.
The main code is here though (globals.js
), look for InitializeWebsite()
to see where it all gets kicked off...the majority of the code is in jQuery.
to start, just opening the source and searching for ".js" , you can see that jQuery is loaded. How much it is used, is up to you.
It appears to be jQuery made. Use a firebug you'll see how the elements are populated and modified.
Yes it seems that it has done using jquery. You yourself can check this and debug code using firebug
, a firefox add on.
精彩评论