ScaleEffect class
Contents
[
Hide
]ScaleEffect class
Represents animation scale effect.
Inheritance:ScaleEffect → Behavior
The ScaleEffect type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__ | Creates new instance. |
Properties
| Property | Description |
|---|---|
accumulate | Represents whether animation behaviors are accumulated. Read/write NullableBool. |
additive | Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType. |
properties | Represents properties of behavior. Read-only IBehaviorPropertyCollection. |
timing | Represents timing properties for the effect behavior. Read/write ITiming. |
zoom_content | Determines whether a content should be zoomed. Read/write NullableBool. |
from_address | Specifies an x/y co-ordinate to start the animation from (in percents). Read/write aspose.pydrawing.PointF. |
to | Specifies the target location for an animation scale effect (in percents). Read/write aspose.pydrawing.PointF. |
by | describes the relative offset value for the animation (in percents). Read/write aspose.pydrawing.PointF. |
See Also
- class
Behavior - class
ScaleEffect - module
aspose.slides.animation - library
Aspose.Slides