@for $i from 1 through 18
{
.dot-posi#{$i}
{
animation:change 2s ease-in-out (random(5) + 1) + s infinite alternate;
}
}