matowens / ng-notify

A simple, lightweight module for displaying notifications in your AngularJS app.
http://matowens.github.io/ng-notify
MIT License
668 stars 66 forks source link

Enable animation selection #25

Open paulopontovaz opened 8 years ago

paulopontovaz commented 8 years ago

Hi! I think it'd be nice if you had, as part of the configuration object, a property for setting the message's animation.

Thanks

matowens commented 8 years ago

Not a bad idea, I'll mark this as a potential enhancement. I welcome anyone who'd like to take a stab at it. Currently there's only one animation (fade) baked in, so it would require a little bit of reworking.