AfterAnimationType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class AfterAnimationType extends System.Enum

Represents the after animation type of an animation effect.

Fields

FieldDescription
DoNotDimDon’t Dim after animation type.
ColorColor after animation type.
HideAfterAnimationHide After Animation type
HideOnNextMouseClickHide on Next Mouse Click after animation type.

DoNotDim

public static final int DoNotDim

Don’t Dim after animation type.

Color

public static final int Color

Color after animation type.

HideAfterAnimation

public static final int HideAfterAnimation

Hide After Animation type

HideOnNextMouseClick

public static final int HideOnNextMouseClick

Hide on Next Mouse Click after animation type.