<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Animation Example - Size</title> <style type="text/css"> /* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt Version: 0.10.0 */
</head> <body id="animation-demo-size"> <div id="doc"> <h1>Animation Example - Size</h1> <p>This example demonstrates how to animate an element's size to a given value. The backOut Easing method is used to give it some flair.</p> <p>Click anywhere to start animation.</p> <div id="demo"></div> </div> </body> </html>