API Reference > Namespaces > OdPdfPublish Namespace > OdPdfPublish::Artwork Namespace > Structs, Records, Enums > OdPdfPublish::Artwork::AnimationStyle Enumeration
OdPdfPublish::Artwork::AnimationStyle Enumeration
Syntax
C++
enum AnimationStyle { kNone, kLoop, kBounce };

PdfPublishCommon.h

Members 
Description 
kNone 
No animation style. Application allows other ways of animation control, for example through JavaScript. 
kLoop 
Animation loop. Application plays the animation in an infinite loop. 
kBounce 
Animation forward and backward loop. In each loop iteration, the animation first is played forward, then backward. 

The artwork object animation styles.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.