alexcrack / angular-ui-notification

Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
MIT License
536 stars 169 forks source link

notification comes from left to right #121

Open johnico opened 7 years ago

johnico commented 7 years ago

Hi . when I clear exisiting notification (error) and generate the new success notification its comes from left rapidly and then show on the top right side how can I prevent this flickering

Notification.clearAll(); Notification.success({message:'good', delay: 3000,closeOnClick:false});

laxika commented 6 years ago

I have this problem too. :S