Home  >  Article  >  Web Front-end  >  css3 implements a beautiful peach ripe animation effect code

css3 implements a beautiful peach ripe animation effect code

零下一度
零下一度Original
2017-04-25 15:34:033085browse

css3 ripe peach animation, very beautiful, not much to say, I will show you the code:

<!DOCTYPE html>
<!--效果:hovertree.com/texiao/css3/26/ -->
<html lang="zh-cn">
<head>
<meta charset="utf-8" />
<meta name="Copyright" content="Tencent" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>CSS3实现蟠桃树蟠桃摇晃动画特效 - 何问起</title><base target="_blank" />
<link rel="stylesheet" type="text/css" media="screen" href="hovertree.com/texiao/css3/26/css/style.css">
</head>
<body>

<p class="act_wrapper">
<p class="act_content">
<p class="mod_style_3">
<span class="peach peach1 shake-leftright1" data-value="1"></span>
<span class="peach peach2 shake-leftright2" data-value="2"></span>
<span class="peach peach3 shake-leftright3" data-value="3"></span>
<span class="peach peach4 shake-leftright4" data-value="4"></span>
<span class="peach peach5 shake-leftright5" data-value="5"></span>
<span class="peach peach6 shake-leftright6" data-value="6"></span>
</p>

</p>
<p class="act_bg">
<p class="bg_act_6"></p>
<p class="bg_act_7"></p>
<p class="bg_act_8"></p>
</p>
</p>

<p style="text-align:center;margin:10px 0; font:normal 14px/24px &#39;MicroSoft YaHei&#39;;">
<p>适用浏览器:360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗等新版浏览器。</p>
<p>来源:<a href="hovertree.com/" target="_blank">何问起</a> <a href=":hovertree.com/texiao/">特效</a> <a href="hovertree.com/h/bjaf/taoshu.htm">原文</a> <a href="hovertree.com/h/bjaf/e1r8s4va.htm">齐天大圣</a></p>
</p>
</body>
</html>

The above is the detailed content of css3 implements a beautiful peach ripe animation effect code. For more information, please follow other related articles on the PHP Chinese website!

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