<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSS3实现西洋镜连续动画特效</title>
<link rel="stylesheet" type="text/css" href="css/default.css?3.1.64">
[removed][removed]
<link rel="stylesheet" type="text/css" href="css/styles.css?3.1.64">
</head>
<body>[removed][removed]
<br><br><br><br>
<div id="zoetrope">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<blockquote class="wiki">
</blockquote>
</body>
</html>
一款使用CSS3的帧动画和3D transfo
rms来制作的,在animation动画的animation-timing-function参数使用steps来处理,制作出类似西洋镜的连续动画特效。