IMotionEffect class

IMotionEffect class

Represent motion effect behavior of effect.

The IMotionEffect type exposes the following members:

Properties

PropertyDescription
from_addressSpecifies an x/y co-ordinate to start the animation from (in percents).
Read/write aspose.pydrawing.PointF.
toSpecifies the target location for an animation motion effect (in percents).
Read/write aspose.pydrawing.PointF.
byDescribes the relative offset value for the animation (in percents).
Read/write aspose.pydrawing.PointF.
rotation_centerDescribes the center of the rotation used to rotate a motion path by X angle.
Read/write aspose.pydrawing.PointF.
originSpecifies what the origin of the motion path is relative to such as the layout of the slide,
or the parent.
Read/write MotionOriginType.
pathSpecifies the path primitive followed by coordinates for the animation motion.
Read/write IMotionPath.
path_edit_modeSpecifies how the motion path moves when shape is moved.
Read/write MotionPathEditMode.
angleDescribes the relative angle of the motion path.
Read/write float.
accumulate
additive
properties
timing

See Also