MotionEffect

Overview

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

Represent motion effect behavior of effect.

Properties

NameTypeAccessDescription
from_addressAnyReadSpecifies the starting point of the motion effect
toAnyReadSpecifies the ending point of the motion effect
byAnyReadDefines a relative offset applied to the motion effect
rotation_centerAnyReadSets the pivot point for rotation during the effect
originMotionOriginTypeReadIndicates the reference origin type for the motion effect
pathIMotionPathReadProvides the custom motion path object for the effect
path_edit_modeMotionPathEditModeReadDetermines how the motion path can be edited
anglefloatReadSets the rotation angle (in degrees) for the motion effect
as_i_behaviorIBehaviorReadExposes the effect as an IBehavior interface

Methods

SignatureDescription
__init__()