AnimationTriggerType Enumeration
|
Represents the trigger that starts an animation.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum AnimationTriggerType
Public Enumeration AnimationTriggerType
public enum class AnimationTriggerType
type AnimationTriggerType
Members
|
|
Member name
|
Value
|
Description
|
|
|
AfterPrevious
|
0
|
|
|
|
Mixed
|
1
|
|
|
|
OnPageClick
|
2
|
|
|
|
WithPrevious
|
3
|
|
|
|
None
|
4
|
|
See Also