YUI Library Home

YUI Library Examples: Resize Utility: Animated Proxy Resize

Resize Utility: Animated Proxy Resize

This example shows how to make a DIV resizable, using a proxy element and animation.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse justo nibh, pharetra at, adipiscing ullamcorper.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse justo nibh, pharetra at, adipiscing ullamcorper.

Setting up the element that we are going to resize

We are just going to make the element #resize resizable.

Note that we have placed the CSS property overflow: hidden on the element to keep the text from escaping when we resize.

Creating the resize instance

To make use of the proxy element, simply pass proxy: true as part of the Resize configuration.

Note: You must use the proxy option if you want to use the animate option.

Configuration for This Example

You can load the necessary JavaScript and CSS for this example from Yahoo's servers. Click here to load the YUI Dependency Configurator with all of this example's dependencies preconfigured.

Copyright © 2011 Yahoo! Inc. All rights reserved.

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