Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPdfPublish::Artwork::AnimationStyle Enumeration
Syntax
C++
enum AnimationStyle { kNone, kLoop, kBounce };
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.

File: PdfPublishCommon.h 

Namespace: OdPdfPublish::Artwork 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.