JanStevens / angular-growl-2

growl-like notifications for angularJS projects
MIT License
285 stars 97 forks source link

request: animation styles #75

Open rockymontana opened 9 years ago

rockymontana commented 9 years ago

Hello. Just a crazy thought here, but wouldn't it be really nice to be able to set animation freely by passing a configuration based on the ng-animate module? Maybe that's a whole lot of work?

example:

growl.error("This adds a error message", {ttl: 3000, animation: 'flipX'});

really nice work anyways!

Best Jonas