Skip to content

Commit

Permalink
Moved play shared element transition path motion.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbutcher committed May 17, 2016
1 parent feb2a73 commit 8d1e940
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/src/main/res/transition/dribbble_player_shared_enter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@
android:interpolator="@android:interpolator/fast_out_slow_in"
android:transitionOrdering="together">

<changeBounds android:duration="300" />
<pathMotion
class="io.plaidapp.ui.transitions.GravityArcMotion"
android:maximumAngle="50" />
<changeBounds android:duration="300">
<pathMotion
class="io.plaidapp.ui.transitions.GravityArcMotion"
android:maximumAngle="50" />
</changeBounds>
<transition
class="io.plaidapp.ui.transitions.LiftOff"
android:duration="400"
Expand Down

0 comments on commit 8d1e940

Please sign in to comment.