MotionEffect
Overview
MotionEffect is a class in Aspose.Slides FOSS for Python.
Inherits from: Behavior, IMotionEffect.
Represent motion effect behavior of effect.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
from_address | Any | Read | Specifies the starting point of the motion effect |
to | Any | Read | Specifies the ending point of the motion effect |
by | Any | Read | Defines a relative offset applied to the motion effect |
rotation_center | Any | Read | Sets the pivot point for rotation during the effect |
origin | MotionOriginType | Read | Indicates the reference origin type for the motion effect |
path | IMotionPath | Read | Provides the custom motion path object for the effect |
path_edit_mode | MotionPathEditMode | Read | Determines how the motion path can be edited |
angle | float | Read | Sets the rotation angle (in degrees) for the motion effect |
as_i_behavior | IBehavior | Read | Exposes the effect as an IBehavior interface |
Methods
| Signature | Description |
|---|---|
__init__() |