Gjsify LogoGjsify Logo

Enumeration FlapTransitionType

Describes transitions types of a [classFlap] widget.

It determines the type of animation when transitioning between children in a [classFlap] widget, as well as which areas can be swiped via [propertyFlap:swipe-to-open] and [propertyFlap:swipe-to-close].

New values may be added to this enum over time.

Index

Enumeration Members

Enumeration Members

OVER: number

The flap slides over the content, which is dimmed. When folded, only the flap can be swiped.

SLIDE: number

The flap slides offscreen when hidden, neither the flap nor content overlap each other. Both widgets can be swiped.

UNDER: number

The content slides over the flap. Only the content can be swiped.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method