mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 13:31:30 +08:00
Added animation keyframes
This commit is contained in:
parent
4722e3ea4c
commit
abe5e0d4c7
@ -12,6 +12,7 @@
|
||||
}
|
||||
|
||||
@mixin fa-icon-rotate($degrees, $rotation) {
|
||||
animation: fa-spin 2s infinite linear;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})";
|
||||
-webkit-transform: rotate($degrees);
|
||||
-ms-transform: rotate($degrees);
|
||||
|
Loading…
Reference in New Issue
Block a user