AndrewRook / ptplot

Easily make interactive plots of player-tracking data
GNU General Public License v3.0
11 stars 3 forks source link

Toggle play/pause button to "pause" when slider is interacted with #17

Open AndrewRook opened 3 years ago

AndrewRook commented 3 years ago

General expected behavior with animations is that when the slider is clicked/dragged any running animations are paused. Right now if the animation is running on its own moving the slider works, but once the slider is done moving the animation resumes from that point.