IMotionEffect class
Contents
[
Hide
]IMotionEffect class
Represent motion effect behavior of effect.
The IMotionEffect type exposes the following members:
Properties
Property | Description |
---|---|
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. |
accumulate | |
additive | |
properties | |
timing |
See Also
- module
aspose.slides.animation
- library
Aspose.Slides