Skip to content

Commit dd802e4

Browse files
committed
2 parents e02aa9f + da680a8 commit dd802e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/daimajia/androidanimations/library/attention/SwingAnimator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class SwingAnimator extends BaseViewAnimator {
3333
@Override
3434
public void prepare(View target) {
3535
getAnimatorAgent().playTogether(
36-
ObjectAnimator.ofFloat(target, "rotation", 10, -10, 6, -6, 3, -3, 0)
36+
ObjectAnimator.ofFloat(target, "rotation", 0, 10, -10, 6, -6, 3, -3, 0)
3737
);
3838
}
3939
}

0 commit comments

Comments
 (0)