primefaces / primevue-tailwind

PrimeVue Components Styled with Tailwind CSS
https://tailwind.primevue.org
MIT License
627 stars 76 forks source link

Icons Spinner doesn't work anymore #323

Closed GhostvOne closed 2 months ago

GhostvOne commented 2 months ago

https://tailwind.primevue.org/icons/#spin Spinner doesn't work anymore

atakantepe commented 2 months ago

Hi, can you provide an example? In the demo, it seems to be working, and it works locally with the latest commits.

GhostvOne commented 2 months ago

Did you see them on the doc spining ? On my dev environement it's the same, it's not spining

image

whitout these two css it works on the doc

image

atakantepe commented 2 months ago

https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion

This is for the users who prefer reduced motion. You can check your preference.

GhostvOne commented 2 months ago

Oh , thank you, I've never heard of that before It's Windows Settings... I don't know why on all my computer this accessibility option is now disabled. When I enabled that, it works. Thanks !

image