1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
6 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
7 <title>Animation of left property
</title>
14 background-color: #
9bb;
15 -webkit-animation-name: bounce;
16 -webkit-animation-duration:
2s;
17 -webkit-animation-iteration-count: infinite;
18 -webkit-animation-direction: alternate;
19 -webkit-animation-timing-function: ease-in-out;
22 @-webkit-keyframes bounce {
34 <h1>Animation of 'left' property
</h1>
36 <p>The element below should bounce
200 pixels left and right continuously
</p>
39 This element should animate.