Skip to content

Commit

Permalink
It's really 1.5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
holmes committed May 1, 2013
1 parent 2cf55e1 commit 978272b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ static AndroidDebugBridge initAdb(File sdk) {
static void createAnimatedGif(List<File> testScreenshots, File animatedGif) throws IOException {
AnimatedGifEncoder encoder = new AnimatedGifEncoder();
encoder.start(animatedGif.getAbsolutePath());
encoder.setDelay(1500 /* 1 second */);
encoder.setDelay(1500 /* 1.5 seconds */);
encoder.setQuality(1 /* highest */);
encoder.setRepeat(0 /* infinite */);
encoder.setTransparent(Color.WHITE);
Expand Down

0 comments on commit 978272b

Please sign in to comment.