Skip to content

Commit

Permalink
fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
daimajia committed Jun 25, 2014
1 parent 76a2f30 commit 9a9bba9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public void prepare(View target) {
float width = target.getWidth();
float one = (float)(width/100.0);
getAnimatorAgent().playTogether(
ObjectAnimator.ofFloat(target, "translationX", 0 * one, -25 * one, 20 * one, -15 * one, 10 * one, -5 * one, 0 * one),
ObjectAnimator.ofFloat(target, "rotation", 0, -5, 3, -3, 2, -1)
ObjectAnimator.ofFloat(target, "translationX", 0 * one, -25 * one, 20 * one, -15 * one, 10 * one, -5 * one, 0 * one,0),
ObjectAnimator.ofFloat(target, "rotation", 0, -5, 3, -3, 2, -1,0)
);
}
}

0 comments on commit 9a9bba9

Please sign in to comment.