Log in

View Full Version : this script function effect ????



galina
03-28-2008, 07:08 PM
anyone know of a script that does this effect?

http://www.worldofwarcraft.com/wrath/features/bestiary/index.xml

just click on the "next" button or the links to the left and you'll see the effect

zaphod42
03-28-2008, 07:26 PM
you can just create divs that you move, the "move" is "animated" by setting an interval (setInterval) or a timer and changing the position incrementaly...it's essentially the same thing as animating a drop down menu with javascript

galina
03-28-2008, 07:35 PM
I don;t know how to do that. Is there examples anywhere?