Skip to content

Instantly share code, notes, and snippets.

@kevinsdooapp
Created August 1, 2012 12:55
Show Gist options
  • Save kevinsdooapp/3226631 to your computer and use it in GitHub Desktop.
Save kevinsdooapp/3226631 to your computer and use it in GitHub Desktop.
setRange animation required properties
/**
* The time of animation in ms
*/
private static final double ANIMATION_TIME = 2000;
private final Timeline lowerRangeTimeline = new Timeline();
private final Timeline upperRangeTimeline = new Timeline();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment