Blogger Information
Blog 39
fans 1
comment 0
visits 62256
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
CSS3 小代码之图标旋转
Dai的博客
Original
656 people have browsed it

#coffee_flow .coffee_music.music_disc{
	animation: music_disc 4s linear infinite;
	-webkit-animation: music_disc 4s linear infinite;
	-moz-animation: music_disc 4s linear infinite;
	-o-animation: music_disc 4s linear infinite;
	-ms-animation: music_disc 4s linear infinite;
}
@keyframes music_disc {
	0%{transform: rotate(0deg);}
	100%{
		transform: rotate(360deg);
	}
}



Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post