Class CTTLAnimateEffectBehavior

java.lang.Object
org.pptx4j.pml.CTTLAnimateEffectBehavior
All Implemented Interfaces:
Child

public class CTTLAnimateEffectBehavior
extends java.lang.Object
implements Child

Java class for CT_TLAnimateEffectBehavior complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_TLAnimateEffectBehavior">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cBhvr" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLCommonBehaviorData"/>
         <element name="progress" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLAnimVariant" minOccurs="0"/>
       </sequence>
       <attribute name="transition" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLAnimateEffectTransition" />
       <attribute name="filter" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="prLst" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>