Skip to content

Commit

Permalink
Updating animation keyframes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswsinc committed Feb 9, 2016
1 parent b9ed1f3 commit 607e77c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/_sharkicons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,15 @@
}
}

@include keyframes(#{$prefix}-animation-spin) {
0% {
@include transform(rotate(0deg));
}
@at-root {
@include keyframes(#{$prefix}-animation-spin) {
0% {
@include transform(rotate(0deg));
}

100% {
@include transform(rotate(359deg));
100% {
@include transform(rotate(359deg));
}
}
}
}
Expand Down

0 comments on commit 607e77c

Please sign in to comment.