Class Roo.Fx.scale

Package:Roo.Fx
Defined In: Roo/Fx.js.
Class:scale
Animates the transition of an element's dimensions from a starting height/width
to an ending height/width.
Usage:

// change height and width to 100x100 pixels
el.scale(100, 100);

// common config options shown with default values. The height and width will default to
// the element's existing values if passed as null.
el.scale(
[element's width],
[element's height], {
easing: 'easeOut',
duration: .35
});
Class Comments / Notes => [Add Your comment/notes about this class]
Config Options - Has None
Public Properties - Has None
Public Methods - Has None
Events - Has None
Documentation generated by Introspection Doc Generator on Mon Sep 22 2014 18:01:38 GMT+0800 (HKT) Based on JsDoc Toolkit