What does this mean_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:14:16
Original
1083 people have browsed it

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;	}}
Copy after login

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.

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!