
#####################################
A3DPDF3DViewListEnableViewTransitions
#####################################

.. c:function:: A3DStatus A3DPDF3DViewListEnableViewTransitions(A3DPDF3DViewList *p3DAnnotUIListViews, A3DBool bTransitionActive)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDF3DViewListEnableViewTransitions(:c:type:`~A3DPDF3DViewList`\ * **p3DAnnotUIListViews**\ , :c:type:`~A3DBool` **bTransitionActive**\ )
   
   Function to define if the transition between views must be animated or not. 
   
   This is applicable to widgets implied with datamodel, and only with activation by datamodel. Implied widgets are :c:type:`~A3DPDF3DViewList`\ , and :c:type:`~A3DPDF3DViewCarousel` as the carousel widget must be in relationship with the view list widget to perform the view activation.
   
   **Parameters**
   
   
      **p3DAnnotUIListViews**\ : The widget to interact with 3D views. 
   
      **bTransitionActive**\ : Defines if the transition between views must be animated or not. If true, an animation is played to transition to the view. The animation is automatically calculated by Acrobat depending on camera settings. If false, the view is activated without animation. By default, i.e. if this function is not called, the value is TRUE: all view transitions are animated.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




