ng-notifications-bar icon indicating copy to clipboard operation
ng-notifications-bar copied to clipboard

How to add own HTML and specify setAutoHideAnimation property

Open aslamj opened this issue 9 years ago • 2 comments

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.

aslamj avatar Feb 05 '16 14:02 aslamj

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?

PhilipTodd avatar Feb 26 '16 03:02 PhilipTodd

:+1:

jcubic avatar Oct 03 '16 11:10 jcubic