Ashish-Raturi / scroll_loop_auto_scroll

This widget automatically scrolls the custom child widget to an infinite loop.
MIT License
19 stars 6 forks source link

Override on user input #1

Closed SethuSenthil closed 2 years ago

SethuSenthil commented 2 years ago

It would be fantastic if there were an option to respond to user input so the user can still scroll around (if the child element is some scrollable). If the user attempts to scroll it will respond to their gesture as a normal scrollable widget and then start the auto-scrolling immediately, or a parameter with a set delay to start the animation again after user interference. \

Ashish-Raturi commented 2 years ago

Good idea. I will create it soon.

Ashish-Raturi commented 2 years ago

Done, use scroll_loop_auto_scroll: ^0.0.5

SethuSenthil commented 2 years ago

Awesome! This is exactly how I imagined how this feature would be!