MotionEffect

Overview

MotionEffect is a class in Aspose.Slides FOSS for Python. Inherits from: Behavior, IMotionEffect.

Represent motion effect behavior of effect.

This class provides 14 methods for working with MotionEffect objects in Python programs. Available methods include: __init__, accumulate, additive, angle, as_i_behavior, by, from_address, origin, path, path_edit_mode, properties, rotation_center, and 2 additional methods. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: accumulate, additive, angle, as_i_behavior, by, from_address, and 7 more.

Properties

NameTypeAccessDescription
from_addressAnyRead/WriteGets or sets the from address.
toAnyRead/WriteGets or sets the to.
byAnyRead/WriteGets or sets the by.
rotation_centerAnyRead/WriteGets or sets the rotation center.
originMotionOriginTypeRead/WriteGets or sets the origin.
pathIMotionPathRead/WriteGets or sets the path.
path_edit_modeMotionPathEditModeRead/WriteGets or sets the path edit mode.
anglefloatRead/WriteGets or sets the angle.
as_i_behaviorIBehaviorReadGets the as i behavior.
accumulateNullableBoolRead/WriteGets or sets the accumulate.
additiveBehaviorAdditiveTypeRead/WriteGets or sets the additive.
propertiesIBehaviorPropertyCollectionReadGets the properties.
timingITimingRead/WriteGets or sets the timing.

Methods

SignatureDescription
__init__()
accumulate()NullableBoolRepresents whether animation behaviors are accumulated.
additive()BehaviorAdditiveTypeRepresents whether the current animation behavior is combined with other running animations.
properties()IBehaviorPropertyCollectionRepresents properties of behavior.
timing()ITimingRepresents timing properties for the effect behavior.
from_address()AnySpecifies an x/y co-ordinate to start the animation from (in percents).
to()AnySpecifies the target location for an animation motion effect (in percents).
by()AnyDescribes the relative offset value for the animation (in percents).
rotation_center()AnyDescribes the center of the rotation used to rotate a motion path by X angle.
origin()MotionOriginTypeSpecifies what the origin of the motion path is relative to such as the layout of the slide, or the parent.
path()IMotionPathSpecifies the path primitive followed by coordinates for the animation motion.
path_edit_mode()MotionPathEditModeSpecifies how the motion path moves when shape is moved.
angle()floatDescribes the relative angle of the motion path.
as_i_behavior()IBehaviorAllows to get base IBehavior interface.

See Also