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
Field | Description |
---|---|
DoNotDim | Don’t Dim after animation type. |
Color | Color after animation type. |
HideAfterAnimation | Hide After Animation type |
HideOnNextMouseClick | Hide 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.