antonreshetov / vue-unicons

1000+ Pixel-perfect svg icons for your next project as Vue components
https://antonreshetov.github.io/vue-unicons/
MIT License
998 stars 54 forks source link

Allow to disable transition #53

Open atrapet opened 2 years ago

atrapet commented 2 years ago

There is a transition applied by default on all property (Unicon.vue l113). It is quite hard to overide or to disbale when needed. Could it be controlled (on / off) by a prop ? It could be activated by default so that those who rely on it are not impacted.