X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..92c2b89db26be16707f4a805d3303ab2531006e1:/docs/output/Ext.Fx.html?ds=sidebyside
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 @@
-
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
+
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 : NumberOnly 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 | Fx |
| stopFx : BooleanWhether 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 : BooleanWhether 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 : ObjectThe scope ( this reference) in which the callback function is executed. Defaults to the browser window. | Fx |
| stopFx : BooleanWhether 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 : BooleanWhether 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