Skip to content

Commit

Permalink
Merge pull request #11 from krossovochkin/patch-1
Browse files Browse the repository at this point in the history
SwingAnimator issue
  • Loading branch information
daimajia committed Jun 27, 2014
2 parents c80378c + 5f51df3 commit da680a8
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 da680a8

Please sign in to comment.