You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A little late here - and I'm not sure how to do this in your current version - but I just forked v1.1.1 and made a one line commit to accommodate for this functionality:
notifications.add('Something cool happened.')//get reference to this notification: letnotification=notifications.state[notifications.state.length-1]//allow notification to appear for a few seconds, set as closed...setTimeout(()=>{notification.closed=truenotifications.update()// (notification 'animates' out in the same way as if user closed it with 'x' button ) },3500)
Are you interested in taking over this project? I'm currently not using it anywhere. This project is using semantic-release, so if i add you on github you're free to publish your changes as a new feature release.
The text was updated successfully, but these errors were encountered: