brillout / awesome-angular-components

Catalog of Angular 2+ Components & Libraries
https://devarchy.com/angular
Creative Commons Zero v1.0 Universal
3.24k stars 409 forks source link

ngx-no-animation-for-dinosaur #12

Closed maxisam closed 7 years ago

maxisam commented 7 years ago

I created a library that can turn on or turn off animation base on the user agent.

https://www.npmjs.com/package/ngx-no-animation-for-dinosaur

I wonder what category suit better ? Animation ? Utility ?

brillout commented 7 years ago

Hey, thanks for opening an issue.

I would say Miscellaneous since the problem your are solving is rather uncommon. Is Miscellaneous ok for you?

maxisam commented 7 years ago

Sounds good to me. It is actually very common if you want to use angular animation. Since the polyfill doesn't support old browsers, we need to turn off animation in runtime only for users using old browsers, otherwise, the whole application doesn't work.

chyngyz commented 7 years ago

Thanks for a handy library, glad to add it.