Skip to content

Commit

Permalink
Speedup planet movement.
Browse files Browse the repository at this point in the history
  • Loading branch information
objcode committed Aug 5, 2020
1 parent 297ff8d commit a20f75d
Showing 1 changed file with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,40 +22,34 @@
app:percentX="0" />
<KeyAttribute
app:motionTarget="@+id/icon"
app:framePosition="50"
app:framePosition="35"
android:scaleX="0"
android:scaleY="0"
android:translationY="30dp"
android:translationX="0dp"
app:curveFit="linear" />
<KeyPosition
app:motionTarget="@+id/icon"
app:framePosition="50"
app:framePosition="35"
app:percentX="0"
app:percentY="0"
app:curveFit="linear" />
<KeyPosition
app:motionTarget="@+id/icon"
app:framePosition="51"
app:framePosition="36"
app:percentX="1"
app:percentY="1"
app:curveFit="linear" />
<KeyAttribute
app:motionTarget="@+id/icon"
app:framePosition="51"
app:framePosition="36"
android:translationY="-30dp"
android:translationX="20dp"
app:curveFit="linear" />
<KeyPosition
app:motionTarget="@+id/subtitle"
app:framePosition="55"
app:percentX="0" />
<!-- <KeyAttribute-->
<!-- app:motionTarget="@id/background"-->
<!-- app:framePosition="20">-->
<!-- <CustomAttribute app:attributeName="bottomCutSize" app:customDimension="130dp" />-->
<!-- </KeyAttribute>-->

<KeyAttribute
app:motionTarget="@id/background"
app:framePosition="60">
Expand Down

0 comments on commit a20f75d

Please sign in to comment.