Interface LeafletTransitionType


public interface LeafletTransitionType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Cover the old page or uncover the new page, sliding from or towards the end according to orientation, text direction and children order
    static final int
    Slide from left, right, up or down according to the orientation, text direction and the children order
    static final int
    Uncover the new page or cover the old page, sliding from or towards the start according to orientation, text direction and children order
  • Field Details

    • OVER

      static final int OVER
      Cover the old page or uncover the new page, sliding from or towards the end according to orientation, text direction and children order
      See Also:
    • UNDER

      static final int UNDER
      Uncover the new page or cover the old page, sliding from or towards the start according to orientation, text direction and children order
      See Also:
    • SLIDE

      static final int SLIDE
      Slide from left, right, up or down according to the orientation, text direction and the children order
      See Also: