benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.73k stars 145 forks source link

Ripple animation freezes when parent control becomes disabled #7

Closed benruehl closed 5 years ago

benruehl commented 5 years ago

When a user clicks on a button the ripple effect starts to expand. If the button becomes disabled in that time frame, the animation stops at its current state and remains visible until the button is enabled again.

When a control with a ripple effect is disabled, the ripple effect should not be displayed.

benruehl commented 5 years ago

Could not be reproduced in multiple tests distributed over a certain amount of time. Closing this for now. Please contact me in case the described behavior is observed somewhere.