mpf-mc
mpf-mc copied to clipboard
Add control events to widget animations
Kivy animations can fire events when they start and complete, as well as when they're updated. We should add these to the animation config to convert them to MPF events.
We should also add events to the animation config to manually advance, stop, and cancel animations. Currently we only expose the start events. Once they start they're unstoppable.