Note: Animate.css and jquery-1.11.1. min.js file can be downloaded online, the main code is as follows<style type="Text/css"> *{margin:0;p adding:0;} Body{font-size:12px;font-family:"Microsoft Ya-Black"; color:#666;} . Flow{width: -%;background:# the;p adding:65px0;} . Flow. F_all{width:1198px;margin:0Auto;} . Flow. F_all dl{width:270px;color: #fff; font-size:14px;text-align:center;float: left;padding-left:25px;} . Flow. F_all DL Dt{width:136px;height:136px;margin:0Auto;} . Flow. F_all dl. One{background:url ("Http://www.tanzhouedu.net/images/style/icon1.png") no-repeat;} . Flow. F_all dl. Two{background:url ("Http://www.tanzhouedu.net/images/style/icon2.png") no-repeat;} . Flow. F_all dl. Three{background:url ("Http://www.tanzhouedu.net/images/style/icon3.png") no-repeat;} . Flow. F_all dl. Four{background:url ("Http://www.tanzhouedu.net/images/style/icon4.png") no-repeat;} . Flow. f_all dl. F_first{font-size:16px;font-weight: -; margin:20px010px0;} . Flow. F_all DL DD I{width:50px;height:0; border-bottom:1px solid #fff;d isplay:block;margin:10px auto;} . Flow. f_all dl. f_desc{color:#666;} /*Clear Float*/. Clear{clear:both;} </style> <!--jquery version of CSS that encapsulates all the CSS3 effects--<link href="Css/animate.css"Rel="stylesheet"Type="Text/css"/><body> <divclass="Flow"> <divclass="F_all"> <!--DL start--> <dl> <dtclass=" One"></dt> <DDclass="F_first">1. Start<i></i> </dd> <DDclass="F_desc"> Start with page 0, teach you layout .</dd> </dl> <!--end Dl--> <!--DL Start--> <dl> <dtclass=" Both"></dt> <DDclass="F_first">2. Plan<i></i> </dd> <DDclass="F_desc"> Developing generic components, buttons, popups, Windows .</dd> </dl> <!--end Dl--> <!--DL Start--> <dl> <dtclass="three"></dt> <DDclass="F_first">3. Execution<i></i> </dd> <DDclass="F_desc"> Sync layouts and Components to build page effects .</dd> </dl> <!--end Dl--> <!--DL Start--> <dl> <dtclass=" Four"></dt> <DDclass="F_first">4. Results<i></i> </dd> <DDclass="F_desc"> Make a variety of app sites and cool effects .</dd> </dl> <!--end Dl--> <divclass="Clear"></div> </div> </div><script type="Text/javascript"Src="Js/jquery-1.11.1.min.js"></script><script type="Text/javascript">$ (function () {//when the page load is complete, perform the action$(". Flow DT"). AddClass ("animated Rotatein"); //when the mouse slides to the DL label$(". Flow DT"). Hover (function () {$ ( This). Toggleclass ("Rotatein"). AddClass ("Flip"); },function () {$ ( This). Toggleclass ("Flip"). AddClass ("Rotatein"); }); });</script></body>
Effect show: This picture connotation animation cool animation effect
11th (Project Combat 1-tall dynamic effect)