Skip to content

Commit

Permalink
Merge pull request #36 from twotoasters/jb-default-anim-duration
Browse files Browse the repository at this point in the history
Change default animation duration to 300ms
  • Loading branch information
jbarr21 committed Mar 16, 2015
2 parents cc18b10 + eb4b553 commit 4a69239
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ public class JazzyHelper implements AbsListView.OnScrollListener {
public static final int TWIRL = 13;
public static final int SLIDE_IN = 14;

public static final int DURATION = 600;
public static final int DURATION = 300;
public static final int OPAQUE = 255, TRANSPARENT = 0;

private JazzyEffect mTransitionEffect = null;
Expand Down

0 comments on commit 4a69239

Please sign in to comment.