Skip to content

Instantly share code, notes, and snippets.

@tmaxxdd
Created May 16, 2020 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmaxxdd/997b6c6ce7e2cb7d405e3d99cb1fb001 to your computer and use it in GitHub Desktop.
Save tmaxxdd/997b6c6ce7e2cb7d405e3d99cb1fb001 to your computer and use it in GitHub Desktop.
<!-- This is applied for default -->
<Transition
app:constraintSetEnd="@id/panelExpanded"
app:constraintSetStart="@id/panelCollapsed"
app:duration="500">
<OnSwipe app:dragDirection="dragRight" />
</Transition>
<!-- This must be set explicitly from code or xml -->
<Transition
app:constraintSetEnd="@id/headerCollapsed"
app:constraintSetStart="@id/panelCollapsed">
<OnSwipe
app:dragDirection="dragUp"
app:moveWhenScrollAtTop="true"
app:touchAnchorId="@id/movingList" />
</Transition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment