-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dismiss(), opacity didn't stop at 0 #18
Comments
For anyone that might need it, here's what I did. Works perfectly now.
notifyScope.dismiss = function () {
}; return {
|
Hi Droritos! Waiting for Mat ... |
Gonna close this one out since we're addressing it over on #17. |
I don't know what happened, but I noticed after dismissal that the notification never showed back when calling set() again. So I went the developer tools and saw the opacity value rapidly decreasing in value. Of course, the CPU went up like crazy.
See attached image.
EDIT:
It seems to happen whenever I set() and dismiss() very fast.
The text was updated successfully, but these errors were encountered: