Skip to content

Instantly share code, notes, and snippets.

@PiotrPrus
Created September 26, 2019 20:46
Show Gist options
  • Save PiotrPrus/838c0b74129c91a916d9e7587ecc2d6c to your computer and use it in GitHub Desktop.
Save PiotrPrus/838c0b74129c91a916d9e7587ecc2d6c to your computer and use it in GitHub Desktop.
Add animation configuration for swiping view
<Transition
motion:constraintSetEnd="@id/endSwipeScene"
motion:constraintSetStart="@id/endScene"
motion:duration="600">
<OnClick
motion:clickAction="toggle"
motion:targetId="@+id/sendButton" />
</Transition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment