Added animation keyframes

This commit is contained in:
Michal Landsman 2017-01-02 14:08:16 +01:00
parent 4722e3ea4c
commit abe5e0d4c7

View File

@ -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);