css樂趣-----元素幽靈漂浮

運用animation進行元素幽靈漂浮

animation:updown 1s infinite alternate;
-webkit-animation:updown 1s infinite alternate;
@keyframes updown{
	from{margin-top:100px;}
	to{margin-top:70px;}
}
@-webkit-keyframes updown{
	from{margin-top:100px;}
	to{margin-top:70px;}
}
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章