
HTML
<div class="animate-bus">
<img src="images/animate-bus2.png" alt="">
</div>
Css
.animate-bus {
- width: 230px;
- height: 98px;
- -webkit-transition: all 3s ease-in-out;
- -moz-transition: all 3s ease-in-out;
- -ms-transition: all 3s ease-in-out;
- -o-transition: all 3s ease-in-out;
- transition: all 3s ease-in-out;
- -webkit-animation: animate 7s ease-in-out 2s infinite;
- -moz-animation: animate 7s ease-in-out 2s infinite;
- -ms-animation: animate 7s ease-in-out 2s infinite;
- -o-animation: animate 7s ease-in-out 2s infinite;
- animation: animate 7s ease-in-out 2s infinite;
No comments:
Post a Comment