Skip to content

Form opening and closing with gestures #2234

@diamondobama

Description

@diamondobama
  • A form should be able to open or close with a swipe up, down or both. Similar to SwipeBackSupport but on Y-axis and swiping doesn't have to be from the edges.

  • More like combining pullToRefresh with SwipeBackSupport.

  • There should be a way to set the distance before closing, like tensileLenght.

  • Forms should be able to transit to another component when released, like the showBack() of BubbleTransition.

  • A form should be able to close, but leave an edge to pull it out from the bottom, like when closing a sidemenu with a swipe gesture. It should also allow pulling it down to close it completely.

  • Overall, it should behave like a Drag-N-Drop component if set.

SplitSlide transition: when component A is tapped to open a new form, the current form holding A will split vertically or horizontally from the XY position of A and the 2 pieces will fade away in opposite directions...while doing this, the new form will begin to slide in behind the current form, starting from the position A.

  • This should apply to both forms and dialogs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions