Closed maxisam closed 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?
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.
Thanks for a handy library, glad to add it.
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 ?