Add Support for Animated Icons (e.g., Infinite Loop, Pulsing, etc.) #1451
Unanswered
lopatin96
asked this question in
Feature Requests
Replies: 1 comment 1 reply
-
You can this using CSS selectors. In app.css, add something like: div.icon-animate-spin svg {
@apply animate-spin;
} Then add the <flux:badge icon:trailing="arrow-path" class="icon-animate-spin" color="blue">In Progress</flux:badge> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi FluxUI team,
I’d like to propose a feature for animated icons It would be great to have icons that can animate in various ways, such as:
These animations could be useful for enhancing the user interface and making it more dynamic and engaging. It would be awesome if we could easily configure the animations using simple properties or parameters.
Currently, the "In Progress" status icon in my table appears static, and it would be really cool to have the option to make this icon spin (e.g., in an infinite loop) while the task is in progress. This would add a nice dynamic touch to the UI and improve the user experience.
Thanks for considering this feature!
Beta Was this translation helpful? Give feedback.
All reactions