Class UIViewAnimationOptions


  • public final class UIViewAnimationOptions
    extends java.lang.Object
    • Field Detail

      • AllowUserInteraction

        public static final long AllowUserInteraction
        turn on user interaction while animating
        See Also:
        Constant Field Values
      • BeginFromCurrentState

        public static final long BeginFromCurrentState
        start all views from current value, not initial value
        See Also:
        Constant Field Values
      • Autoreverse

        public static final long Autoreverse
        if repeat, run animation back and forth
        See Also:
        Constant Field Values
      • OverrideInheritedDuration

        public static final long OverrideInheritedDuration
        ignore nested duration
        See Also:
        Constant Field Values
      • OverrideInheritedCurve

        public static final long OverrideInheritedCurve
        ignore nested curve
        See Also:
        Constant Field Values
      • AllowAnimatedContent

        public static final long AllowAnimatedContent
        animate contents (applies to transitions only)
        See Also:
        Constant Field Values
      • ShowHideTransitionViews

        public static final long ShowHideTransitionViews
        flip to/from hidden state instead of adding/removing
        See Also:
        Constant Field Values
      • OverrideInheritedOptions

        public static final long OverrideInheritedOptions
        do not inherit any options or animation type
        See Also:
        Constant Field Values
      • TransitionFlipFromLeft

        public static final long TransitionFlipFromLeft
        See Also:
        Constant Field Values
      • TransitionFlipFromRight

        public static final long TransitionFlipFromRight
        See Also:
        Constant Field Values
      • TransitionCrossDissolve

        public static final long TransitionCrossDissolve
        See Also:
        Constant Field Values
      • TransitionFlipFromBottom

        public static final long TransitionFlipFromBottom
        See Also:
        Constant Field Values
      • PreferredFramesPerSecondDefault

        public static final long PreferredFramesPerSecondDefault
        See Also:
        Constant Field Values
      • PreferredFramesPerSecond60

        public static final long PreferredFramesPerSecond60
        See Also:
        Constant Field Values
      • PreferredFramesPerSecond30

        public static final long PreferredFramesPerSecond30
        See Also:
        Constant Field Values