RotationEffect class
Contents
[
Hide
]RotationEffect class
Represent rotation behavior of effect.
Inheritance:RotationEffect
→ Behavior
The RotationEffect type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__ | Creates new instance. |
Properties
Property | Description |
---|---|
accumulate | Represents whether animation behaviors are accumulated. Read/write NullableBool . |
additive | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType . |
properties | Represents properties of behavior. Read-only IBehaviorPropertyCollection . |
timing | Represents timing properties for the effect behavior. Read/write ITiming . |
from_address | Describes the starting value for the animation. Read/write float. |
to | Describes the ending value for the animation. Read/write float. |
by | Describes the relative offset value for the animation. Read/write float. |
See Also
- class
Behavior
- class
RotationEffect
- module
aspose.slides.animation
- library
Aspose.Slides