Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notifications: stop fading in before starting to fade out
When a notification is to start hiding (i.e., fade out), it is supposed to start fading out from the maximum opacity, even if it was not fully restored (which only happens if the cursor passed through the notification too quickly). Thus, call `.stop()` for the previous animation, if any, before `.start()`ing the next animation.
- Loading branch information