AfterAnimationType

AfterAnimationType

Overview

AfterAnimationType is a enum in Aspose.Slides FOSS for Python.

Represents the after animation type of an animation effect.

This enumeration defines 4 values: DO_NOT_DIM, COLOR, HIDE_AFTER_ANIMATION, HIDE_ON_NEXT_MOUSE_CLICK.

Values

ValueDescription
DO_NOT_DIMRepresents a post‑animation state where the object remains fully visible
COLORRepresents a post‑animation state where the object’s color changes
HIDE_AFTER_ANIMATIONRepresents a state where the object is hidden after the animation finishes
HIDE_ON_NEXT_MOUSE_CLICKRepresents a state where the object hides on the next mouse click

See Also