Class Roo.Fx.frame

Package:Roo.Fx
Defined In: Roo/Fx.js.
Class:frame
Shows a ripple of exploding, attenuating borders to draw attention to an Element.
Usage:

// default: a single light blue ripple
el.frame();

// custom: 3 red ripples lasting 3 seconds total
el.frame("ff0000", 3, { duration: 3 });

// common config options shown with default values
el.frame("C3DAF9", 1, {
duration: 1 //duration of entire animation (not each individual ripple)
// Note: Easing is not configurable and will be ignored if included
});
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