MotionEffect class
Contents
[
Hide
]MotionEffect class
Represent motion effect behavior of effect.
Inheritance:MotionEffect
→ Behavior
The MotionEffect 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 | Specifies an x/y co-ordinate to start the animation from (in percents). Read/write aspose.pydrawing.PointF. |
to | Specifies the target location for an animation motion effect (in percents). Read/write aspose.pydrawing.PointF. |
by | Describes the relative offset value for the animation (in percents). Read/write aspose.pydrawing.PointF. |
rotation_center | Describes the center of the rotation used to rotate a motion path by X angle. Read/write aspose.pydrawing.PointF. |
origin | Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent. Read/write MotionOriginType . |
path | Specifies the path primitive followed by coordinates for the animation motion. Read/write IMotionPath . |
path_edit_mode | Specifies how the motion path moves when shape is moved. Read/write MotionPathEditMode . |
angle | Describes the relative angle of the motion path. Read/write float. |
See Also
- class
Behavior
- class
MotionEffect
- module
aspose.slides.animation
- library
Aspose.Slides