如何让图片来回走动?
phpcn_u699
phpcn_u699 2017-03-06 13:31:55
0
2
1060

想请问一下
假设我想让某张图片在网页某处来回走动
该怎么做?

phpcn_u699
phpcn_u699

Antworte allen(2)
数据分析师

如何让图片来回走动?-PHP中文网问答-如何让图片来回走动?-PHP中文网问答

围观一下哦,学习一下。

巴扎黑
.img-move{   
 animation:imgMove 4s linear infinite;    
-moz-animation:imgMove 4s linear infinite;    
-webkit-animation:imgMove 4s linear infinite;    
-o-animation:imgMove 4s linear infinite;    
position: absolute;}

@keyframes imgMove{0%   {right:100px;}
25%{right:150px;}
50%{right:100px;}
75%{right:50px}100% {right:100px}
}


Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!