Skip to content

Commit

Permalink
Bugfix: set animation iteration count as infinite in ripple loading
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Oct 5, 2015
1 parent 258260d commit 76774a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ripple/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ripple-size: 15 * $unit;
animation-name: ripple;
animation-duration: $ripple-duration;
animation-timing-function: $animation-curve-linear-out-slow-in;
animation-iteration-count: 1;
animation-iteration-count: infinite;
}

@keyframes ripple {
Expand Down

0 comments on commit 76774a0

Please sign in to comment.