Forums
Hello. For a small site I need two simple animations.
- A text which should appear in a fade-in like effect.
- A car which should move from left to right and disappear.
My code:
<h1 id="title">My text</h1>
<div id="car"><img src="car.jpg"></div>
- Log in to post comments