
#####################
A3DPDFEAnimationStyle
#####################

.. c:enum:: A3DPDFEAnimationStyle

   Animation Style. 
   
   
      4.1 
   
   
   
   Index
   =====
   
   .. rubric:: Enumerators
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:enumerator:`~kA3DPDFAnimStyleNoAnimation`
   * :c:enumerator:`~kA3DPDFAnimStyleLoop`
   * :c:enumerator:`~kA3DPDFAnimStyleBounce`
   
   



.. rst-class:: kind-group kind-enumerator

.. rubric:: Enumerators
   :class: kind-group-title


.. c:enumerator:: kA3DPDFAnimStyleNoAnimation

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFAnimStyleNoAnimation** = ``0``
      
      Animations shall not be driven directly by the conforming reader. 
      
      This value shall be used by documents that are intended to drive animations through an alternate means, such as JavaScript. 
      



.. c:enumerator:: kA3DPDFAnimStyleLoop

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFAnimStyleLoop**
      
      This animation style results in a repetitive playthrough of the animation. 
      



.. c:enumerator:: kA3DPDFAnimStyleBounce

      .. rst-class:: sig-pretty-signature
      
         | **kA3DPDFAnimStyleBounce**
      
      This animation style results in a back-and-forth playing of the animation. 
      




