1 <!DOCTYPE html><html><head><title>Sencha Documentation Project</title><link rel="stylesheet" href="../reset.css" type="text/css"><link rel="stylesheet" href="../prettify.css" type="text/css"><link rel="stylesheet" href="../prettify_sa.css" type="text/css"><script type="text/javascript" src="../prettify.js"></script></head><body onload="prettyPrint()"><pre class="prettyprint"><pre><span id='Ext-fx.target.CompositeElementCSS'>/**
2 </span> * @class Ext.fx.target.CompositeElementCSS
3 * @extends Ext.fx.target.CompositeElement
5 * This class represents a animation target for a {@link Ext.CompositeElement}, where the
6 * constituent elements support CSS based animation. It allows each {@link Ext.core.Element} in
7 * the group to be animated as a whole. In general this class will not be created directly,
8 * the {@link Ext.CompositeElement} will be passed to the animation and the appropriate target
11 Ext.define('Ext.fx.target.CompositeElementCSS', {
13 /* Begin Definitions */
15 extend: 'Ext.fx.target.CompositeElement',
17 requires: ['Ext.fx.target.ElementCSS'],
21 return Ext.fx.target.ElementCSS.prototype.setAttr.apply(this, arguments);
23 });</pre></pre></body></html>