Specifies the available animation style for rendering the 3D artwork.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PDF3DAnimationType
Public Enumeration PDF3DAnimationType
public enum class PDF3DAnimationType
type PDF3DAnimationType
Members
| Member | Value | Description |
|---|---|---|
| None | 0 |
Represents that the Keyframe animations should not be driven directly by
the viewer application. This value is used by documents that are intended
to drive animations through an alternate means, such as JavaScript.
|
| Linear | 1 |
Represents that the Keyframe animations are driven linearly from beginning to end.
This animation style results in a repetitive playthrough of the animation,
such as in a walking motion.
|
| Oscillating | 2 |
Represents that the Keyframe animations should oscillate along their time range.
This animation style results in a back-and-forth playing of the animation,
such as exploding or collapsing parts.
|