Skip to content

Instantly share code, notes, and snippets.

@rodrigomartind
Last active July 26, 2020 15:29
Show Gist options
  • Save rodrigomartind/7435ab014cef2c5ab5b986672d6dba5b to your computer and use it in GitHub Desktop.
Save rodrigomartind/7435ab014cef2c5ab5b986672d6dba5b to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<MotionScene xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<Transition
android:id="@+id/startToLeftCard"
app:constraintSetEnd="@+id/leftCard"
app:constraintSetStart="@id/start"
app:duration="1000">
<OnSwipe
app:dragDirection="dragLeft"
app:onTouchUp="autoComplete"
app:touchRegionId="@id/cardCenter" />
</Transition>
...
</MotionScene>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment