CSS 3 slide-in from left transition

Is there a cross browser solution to produce a slide-in transition with CSS only, no javascript? Below is an example of the html content:

<div>
    <img id="slide" src="https://.../img.jpg />
</div>

5 Answers
5

Leave a Comment