VisibilityTransition

public struct VisibilityTransition

Fired when ever the visibility of the ui starts to change and when the transition of the change is finished. This can be used to properly start animations or do some other ui updates which correspond to the ui state.

  • Name of the event. Can be used to register for the event. Also available as Notification.Name.UnbluUiVisibilityTransition

    Declaration

    Swift

    public static let NAME: String
  • type: UnbluUiVisibilityTransition

    Declaration

    Swift

    public static let VALUE_TRANSITION: String