Skip to content

Instantly share code, notes, and snippets.

@PiotrPrus
Last active January 4, 2020 22:20
Show Gist options
  • Save PiotrPrus/9df77c8f4f44c94a2e90935e6b614498 to your computer and use it in GitHub Desktop.
Save PiotrPrus/9df77c8f4f44c94a2e90935e6b614498 to your computer and use it in GitHub Desktop.
Like transition for card animation in RV
<Transition
app:constraintSetEnd="@id/like"
app:constraintSetStart="@id/rest"
app:duration="100">
<OnSwipe
app:dragDirection="dragRight"
app:onTouchUp="autoCompleteToStart"
app:touchAnchorId="@id/cardView"
app:touchAnchorSide="right" />
</Transition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment