Version 3.18.1
Show:

resize-proxy Module

Adds a proxyNode attribute and resizes it instead of the actual node. very similar to DDProxy

var resize = new Y.Resize({
                //Selector of the node to resize
                node: '#demo'
            });
            resize.plug(Y.Plugin.ResizeProxy);

This module provides the following classes: