X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.Fx.html diff --git a/docs/output/Ext.Fx.html b/docs/output/Ext.Fx.html index 57dba522..4d2e214f 100644 --- a/docs/output/Ext.Fx.html +++ b/docs/output/Ext.Fx.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link

Class Ext.Fx

Package:Ext
Defined In:Fx.js
Class:Fx
Extends:Object

A class to provide basic animation and visual effects support. Note: This class is automatically applied +

Class Ext.Fx

Package:Ext
Defined In:Fx.js
Class:Fx
Extends:Object

A class to provide basic animation and visual effects support. Note: This class is automatically applied to the Ext.Element interface when included, so all effects calls should be performed via Ext.Element. Conversely, since the effects are not actually defined in Ext.Element, Ext.Fx must be included in order for the Element effects to work.


@@ -56,7 +56,7 @@ boun...
A valid Ext.lib.Easing value for the effect:

<
  • elasticIn
  • elasticOut
  • Fx endOpacity : Number
    Only applicable for fadeIn or fadeOut, a number between -0 and 1 inclusive to configure the ending opacity value.
    Fx remove : Boolean
    Whether the Element should be removed from the DOM and destroyed after the effect finishes
    Fx scope : Object
    The scope of the callback function
    Fx stopFx : Boolean
    Whether preceding effects should be stopped and removed before running current effect (only applies to non blocking e...
    Whether preceding effects should be stopped and removed before running current effect (only applies to non blocking effects)
    Fx useDisplay : Boolean
    Whether to use the display CSS property instead of visibility when hiding Elements (only applies to +0 and 1 inclusive to configure the ending opacity value.
    Fx remove : Boolean
    Whether the Element should be removed from the DOM and destroyed after the effect finishes
    Fx scope : Object
    The scope (this reference) in which the callback function is executed. Defaults to the browser window.
    Fx stopFx : Boolean
    Whether preceding effects should be stopped and removed before running current effect (only applies to non blocking e...
    Whether preceding effects should be stopped and removed before running current effect (only applies to non blocking effects)
    Fx useDisplay : Boolean
    Whether to use the display CSS property instead of visibility when hiding Elements (only applies to effects that en...
    Whether to use the display CSS property instead of visibility when hiding Elements (only applies to effects that end with the element being visually hidden, ignored otherwise)
    Fx

    Public Properties

    This class has no public properties.

    Public Methods

    MethodDefined By