Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
daimajia committed Jul 5, 2014
2 parents e02aa9f + da680a8 commit dd802e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class SwingAnimator extends BaseViewAnimator {
@Override
public void prepare(View target) {
getAnimatorAgent().playTogether(
ObjectAnimator.ofFloat(target, "rotation", 10, -10, 6, -6, 3, -3, 0)
ObjectAnimator.ofFloat(target, "rotation", 0, 10, -10, 6, -6, 3, -3, 0)
);
}
}

0 comments on commit dd802e4

Please sign in to comment.