MotionEffect class

MotionEffect class

Represent motion effect behavior of effect.

Inheritance:MotionEffectBehavior

The MotionEffect type exposes the following members:

Constructors

ConstructorDescription
__init__

Properties

PropertyDescription
accumulateRepresents whether animation behaviors are accumulated.
Read/write NullableBool.
additiveRepresents whether the current animation behavior is combined with other running animations.
Read/write BehaviorAdditiveType.
propertiesRepresents properties of behavior.
Read-only IBehaviorPropertyCollection.
timingRepresents timing properties for the effect behavior.
Read/write ITiming.
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.

See Also