alexbeletsky / ng-notifications-bar

Angular.js component for stylish and flexible top bar notifications.
http://beletsky.net/ng-notifications-bar
149 stars 52 forks source link

How to add own HTML and specify setAutoHideAnimation property #50

Open aslamj opened 8 years ago

aslamj commented 8 years ago

I'm doing: notificationsConfigProvider.setAutoHideAnimation('fadeOutNotifications'); notificationsConfigProvider.setAutoHideAnimationDelay(15 * 1000);
But I don;t see any animations at hide time when I'm running the example.

Also is there a way to specify own HTML for message? When notificationsConfigProvider.setAcceptHTML(true), can I put in any HTML or it has limited capabilities.

PhilipTodd commented 8 years ago

Yes, it's not clear how the setAutoHideAnimation() method should be used. It'd be nice if someone could give a quick explanation or example.

Does the 'fadeOutNotifications' parameter refer to the css class?

jcubic commented 7 years ago

:+1: