Bugfix: set animation iteration count as infinite in ripple loading

old
Javi Velasco 2015-10-05 15:54:06 +02:00
parent 258260d4ec
commit 76774a088e
1 changed files with 1 additions and 1 deletions

View File

@ -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 {