=hello($thename, $c_1) @-webkit-keyframes $thename 0% color: #fff left: -200% 100% color: $c_1 left: auto+hello(one, $c_1)
@-webkit-keyframes $thename { 0% { color: white; left: -200%; } 100% { color: #0080ff; left: auto; } }
@-webkit-keyframes #{$thename}
im trying this:
and im getting this:
is it not possible to assign an animation name with a variable in a mixin?