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

Is it intended to be so slow? #1

Closed
kivanov82 opened this issue Apr 17, 2019 · 6 comments
Closed

Is it intended to be so slow? #1

kivanov82 opened this issue Apr 17, 2019 · 6 comments

Comments

@kivanov82
Copy link

Trying it out, but the delay between the gesture and the actual change of the slider is pretty huge.
Is it intended to be so, or configurable?

@kivanov82
Copy link
Author

Upd: love the view of it though!

@sacmii
Copy link
Owner

sacmii commented Apr 19, 2019

@kivanov82 It was intended to be so, will make it configurable

@blakeperdue
Copy link

This is super slow, but very cool. @sacmii how would we increase the feedback speed?

@ghost
Copy link

ghost commented Aug 15, 2019

you need to replace bottom with an Animated.View component that uses transform: translate to position the slider

@4rmx
Copy link

4rmx commented Jan 12, 2020

@blakeperdue in Animated.timing you can add some duration eg.
Animated.timing(value, { ..., duration: 100,})

@sacmii
Copy link
Owner

sacmii commented Jan 13, 2020

@blakeperdue in Animated.timing you can add some duration eg.
Animated.timing(value, { ..., duration: 100,})

Thanks @4rmx ..
Was little busy with personal stuff.. Will rollout next Version soon.
Thanks for Supporting

@sacmii sacmii closed this as completed Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants