Effect
Overview
Effect is a class in Aspose.Slides FOSS for Python.
Inherits from: IEffect.
Represents animation effect.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
sequence | ISequence | Read | Provides the animation sequence that contains this effect |
text_animation | ITextAnimation | Read | Gives access to text‑animation settings for the effect |
preset_class_type | EffectPresetClassType | Read | Indicates the preset class category of the effect |
type | EffectType | Read | Specifies the primary type of the animation effect |
subtype | EffectSubtype | Read | Specifies the secondary classification of the animation effect |
behaviors | IBehaviorCollection | Read | Returns the collection of behaviors associated with the effect |
timing | ITiming | Read | Contains timing parameters such as duration and delay for the effect |
target_shape | IShape | Read | References the shape that the effect is applied to |
sound | IAudio | Read | Defines the audio that plays when the effect runs |
stop_previous_sound | bool | Read | Determines whether any prior sound is stopped before this effect |
after_animation_type | AfterAnimationType | Read | Defines the action taken after the effect completes |
after_animation_color | IColorFormat | Read | Provides the color applied after the effect finishes |
animate_text_type | AnimateTextType | Read | Sets the mode of text animation for the effect |
delay_between_text_parts | float | Read | Specifies the pause between animated text segments |