Home  >  Article  >  Web Front-end  >  What does this mean_html/css_WEB-ITnose

What does this mean_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:14:161086browse

When I was studying CSS3 recently, I saw this piece of code,
@-moz-keyframes labelON{0%{top: 0px;
left: 0px;
}
100%{ top: 0px;
left: 38px;
}
}
I don’t know what it means, please give me some advice.





A new front-end technology exchange group, welcome to join 252500959


Reply to the discussion (solution)

I don’t quite understand what those selectors should be before {}, but they don’t look like it!

@-webkit-keyframes labelON{	0%{top: 0px;    left: 0px;	}		100%{top: 0px;    left: 38px;	}}

The complete code is like this

It’s so unpopular

Hurry up and post it, hey, actually this is the key frame technology in CSS animation.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn