diff -r 000000000000 -r 40c8f766c9b8 src/cm/media/js/lib/yui/yui_3.0.0b1/examples/anim/basic.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.0.0b1/examples/anim/basic.html Mon Nov 23 15:14:29 2009 +0100 @@ -0,0 +1,220 @@ + + + + + YUI Library Examples: Animation: Basic Animation + + + + + + + + + + + + +
+
+
+

+ + YUI 3.x Home - + +

+
+ + +
+ + + +
+
+
+
+

YUI Library Examples: Animation: Basic Animation

+
+
+ +

Note: This is YUI 3.x. Looking for YUI 2.x?

+ +
+
+
+
+ +

Animation: Basic Animation

+ +
+

+

This demonstrates how to animate the opacity of an element.

+

Click the X in the header to fade the element out.

+

+ +
+
+ + + + +
+
+

Animation Demo

+ remove +
+
+

This an example of what you can do with the YUI Animation Utility.

+

Follow the instructions above to see the animation in action.

+
+
+ + + + + + +
+
+
+ +

Setting up the HTML

+

First we add some HTML to animate.

+ + +

Creating the Anim Instance

+

Now we create an instance of Y.Anim, passing it a configuration object that includes the node we wish to animate and the to attribute containing the final properties and their values.

+ + + +

Handling the Click Event

+

Clicking the toggle control should start the animation, so we'll need to handle that click, including preventing the default action of following the url.

+ + +

Running the Animation

+

Finally we add an event listener to run the animation.

+ + +

Full Script Source

+ +
+ +
+ +
+
+ + + +
+ +
+

Copyright © 2009 Yahoo! Inc. All rights reserved.

+

Privacy Policy - + Terms of Service - + Copyright Policy - + Job Openings

+
+
+ + + +