Skip to content

Commit

Permalink
Reduce initial delay for animation
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Apr 12, 2019
1 parent f77370b commit 813365d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ protected void onShow() {
display();

new Timeline(new KeyFrame(
Duration.millis(2000),
Duration.millis(300),
ae -> slideInTimeline.playFrom(Duration.millis(DURATION))
)).play();
}
Expand Down

0 comments on commit 813365d

Please sign in to comment.