Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MaterialSlider - ability to adjust the duration and interval transitions. #619

Closed
kevzlou7979 opened this issue Apr 25, 2017 · 1 comment

Comments

@kevzlou7979
Copy link
Contributor

Provides an api to set / get the duration and interval transitions.
Implements HasDurationTransition and have :

setDuration(int duration) // Set the duration of the transition animation in ms. (Default: 500)
setInterval(int interval) // Set the duration between transitions in ms. (Default: 6000)
@kevzlou7979
Copy link
Contributor Author

Added Feature via fdbd953

Added JUnit Test 450df6b

Added Demo GwtMaterialDesign/gwt-material-demo@ccfda38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant