Answer the question
In order to leave comments, you need to log in
Why can't animation work in IE 11?
There is a keyframe with changing the position of an absolutely positioned element during animation, takes in position through variables:
@keyframes #{$name} {
0% {
top: #{$i}rem;
left: #{$e}rem;
}
50% {
top: calc(#{$i}rem + #{$c}rem);
left: calc(#{$e}rem + #{$b}rem);
}
100% {
top: #{$i}rem;
left: #{$e}rem;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question