zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 216 forks source link

One Notification at a Time / Prevent Duplicates #698

Open jmkenz opened 8 years ago

jmkenz commented 8 years ago

Is it possible to limit the number of visible notifications? I want to show only 1 at a time. I've tried the clearAll() method before each new notification is published, but it has a delayed reaction, leaving both notifications visible at the same time for a full second.