这是一款使用纯CSS3制作的炫酷文字动画特效。该文字动画特效共有4种效果,有波浪文字效果,文字闪动效果等,效果非常酷。
使用方法
在页面中引入style.css、animations.css和animate-complement.css文件。
<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/animations.css"> <link rel="stylesheet" href="css/animate-complement.css">
HTML结构
该文字动画特效的HTML结构如下,其中style1
到style4
class类用于控制文字动画的效果:
<div class="container-exibition-text is-animate text-center style1"> <div style="animation-delay: 0s;">A</div> <div style="animation-delay: 0.1s;">B</div> <div style="animation-delay: 0.2s;">C</div> <div style="animation-delay: 0.3s;">D</div> <div style="animation-delay: 0.4s;">E</div> <div style="animation-delay: 0.5s;">F</div> </div>
本文版权属于jQuery之家,转载请注明出处:http://www.htmleaf.com/css3/css3donghua/201701194329.html
上一篇:纯CSS3全屏响应式幻灯片特效