Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
I suspect that the problem is the lack of animation/keyframes prefixes.
Add in 2.css at the bottom:
@-webkit-keyframes animStar {
from {
-webkit-transform: translateY(0px);
}
to {
-webkit-transform: translateY(-2000px);
}
}
Take a look at this tutorial . Pay attention to how many prefixes are used. I would still use them for a year or two, until all browsers definitely get rid of them.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question