line_animator
line_animator copied to clipboard
can i do play and pause feature while animation?
Good question, you may be able to if you provide an AnimationController to it, and then use a stop/forward/reverse (although the code looks like it may init a new one, but may need a tweak in initState line 207 if so, to only assign if one doesn't exist already...pull requests welcome). It's a while since I've looked at this code, so apologies its not as fresh in my mind! :).