@keyframes name
@for $i from 0 through 10
#{$i*10%}
css свойства (могут зависеть от $i)
#phone:hover
$a: 1
animation: swinging 7s ease-in-out 0s infinite
@keyframes swinging
@for $i from 0 through 5
$a: -$a
#{$i*5%}
transform: rotate(#{(25-$i*$i)*$a+deg})