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

The change animation is buggy #15

Closed
rolandschuetz opened this issue Jan 5, 2016 · 7 comments
Closed

The change animation is buggy #15

rolandschuetz opened this issue Jan 5, 2016 · 7 comments
Assignees

Comments

@rolandschuetz
Copy link

Sometimes when I click somewhere and the animation from one point to another point starts there is a "second" animation as a side effect.
http://screencast.com/t/G3LFrhyTJ

This bug can be reproduced with the playground, tested on Chrome.

@soundar24
Copy link
Owner

Yes Roland, I already considered this.

This is due to, currently the slider uses two half circles so that these overlaps occur. To solve this i have panned to add an SVG to form a single element, so that we can solve this.

For a rough sketch of feature plan, please check this demo:
http://jsfiddle.net/soundar24/LpuLe9tr/209/
This is just for your reference, still i need to validate some cases and will include in the source soon.

@soundar24 soundar24 self-assigned this Jan 5, 2016
@rolandschuetz
Copy link
Author

Well, if you don't animate the opacity change and only rotate for the animation it should also work with the current html elements.
But I only briefly looked at the code.

@soundar24
Copy link
Owner

updated demo:
https://jsfiddle.net/soundar24/1usqdvc9/5/

reference #12

@Aditya94A
Copy link

Any updates on this? Still not fixed 😕

@soundar24
Copy link
Owner

sorry, actually all the works was done already and I supposed to be release this in the last month itself. Hopefully I will merge those changes and bump the version in this weekend. Thanks

@soundar24
Copy link
Owner

@rolandschuetz @AdityaAnand1 finally I released the roundSlider next version 1.4.0 with the SVG mode support. so now all the issues ll be resolved (transparent background, animation issue), also you can do lot of customization.

Here I just updated a simple demo, please check and let me know your comments.

https://jsfiddle.net/soundar24/n8wd79mb/

@Aditya94A
Copy link

Awesome! Nice work @soundar24 😁

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

3 participants