Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notifications: fix the use of
.start()
/.change()
animation methods
When a notification is to stop hiding (i.e., fade in), it is support to start fading in from whatever opacity it has at the moment, not from 0. Fixed that part to call the `.change()` method instead of `.start()` and added a clarification comment. 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). Left the call to `.start()` and added a clarification comment.
- Loading branch information