• Home
  • Documentation
  • Guides
  • FAQ
  • Get Essential UI Pack
Search Results for

    Show / Hide Table of Contents
    • LlamaSoftware.UI
      • ButtonClickSoundPlayer
      • Draggable
      • EUIPButton
      • EUIPButton.ButtonLabelStyle
      • EUIPSlider
      • EUIPSlider.DisplayFormat
      • InputFieldSliderValueDisplay
      • MenuController
      • MultiValueToggle
      • MultiValueToggleArrow
      • MultiValueToggleArrow.OnPointerUpCallback
      • Page
      • Popover
      • ProgressBar
      • ScrollViewZoomFixer
      • SliderValueDisplay
      • SliderValueSetter
      • Spinner
      • UIAnimationConstants
      • UIAnimationConstants.Direction
      • UIAnimationConstants.EntryMode
    • LlamaSoftware.UI.Tabs
      • TabbedPanel
      • TabbedPanel.ChangeTabEvent
      • TabbedPanelContent
      • TabbedPanelHeader
    • LlamaSoftware.UI.Utility
      • CornersUIGradient
      • RotatableLinearUIGradient
      • SimpleProgressBar
      • TextUpdatingProgressBar
      • UIGradientUtils
      • UIGradientUtils.Matrix2x3

    Enum UIAnimationConstants.EntryMode

    Page Entry and Exit Modes. You can define any custom animation and bind it to one of these modes in your RuntimeAnimatorController. By Default the Page Controller has this all set up.

    Namespace: LlamaSoftware.UI
    Assembly: LlamaSoftware.UI.dll
    Syntax
    public enum EntryMode

    Fields

    Name Description
    DO_NOTHING

    Page will not animate in or out. Useful if you want a static first page that never exits or enters

    FADE

    Fades in and out

    SLIDE

    Slide in and out from a UIAnimationConstants.Direction.

    ZOOM

    Zooms in and out from the middle of the screen (no UIAnimationConstants.Direction)

    In This Article
    Back to top Generated by DocFX