X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/docs/source/ElementCSS.html diff --git a/docs/source/ElementCSS.html b/docs/source/ElementCSS.html index 9b4c8c46..c687ae3e 100644 --- a/docs/source/ElementCSS.html +++ b/docs/source/ElementCSS.html @@ -1,9 +1,26 @@ -
/**
+
+
+
+
+ The source code
+
+
+
+
+
+
+ /**
* @class Ext.fx.target.ElementCSS
* @extends Ext.fx.target.Element
*
- * This class represents a animation target for an {@link Ext.core.Element} that supports CSS
- * based animation. In general this class will not be created directly, the {@link Ext.core.Element}
+ * This class represents a animation target for an {@link Ext.Element} that supports CSS
+ * based animation. In general this class will not be created directly, the {@link Ext.Element}
* will be passed to the animation and the appropriate target will be created.
*/
Ext.define('Ext.fx.target.ElementCSS', {
@@ -75,4 +92,6 @@ Ext.define('Ext.fx.target.ElementCSS', {
}
}
}
-});
\ No newline at end of file
+});
+
+