-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support animating icon changes #41
Comments
@karptonite you should be able to use CSS with angular-fontawesome too. Is there a reason why this won't work? |
It doesn't work with Just applying CSS style |
Here is a working example: https://stackblitz.com/edit/angular-z8v4ux-9vvflc The trick is to set class on the |
@devoto13 Thank you. But in your example you are not using |
If you're referring to the |
Is it possible to transform fontawesome icons with css using angular fontawesome? For example, I'd like to be able to define a class "active" that rotates all specified icons 90 degrees with a 0.2s transition. I could do that pretty easily with css when we were using glyphicons, but it for angular-fontawesome, the only way I've found to do it is with the "rotate" attribute, and I'm not sure how to animate the transition.
The text was updated successfully, but these errors were encountered: