I’ve got this divs:
<div id="maintext">
<div>
<span>This is Photoshop's</span>
<span>version of Lorem</span>
<span>Ipsum. Proin gravida</span>
<span>nibh vel velit</span>
<span>auctor aliquet. Aenean</span>
<span>Psollicitudin, lorem quis</span>
<span>bibendum auctor.</span>
</div>
</div>
And i want, this spans get fadein effect. How can i do this?
if you need to show all elements together you could simpy hide and apply a
fadeIn()to#maintext > divelement instead of applying a fadeIn for every singlespanelementotherwise if you need a sequential fadeIn take a look at this demo: http://jsfiddle.net/FUZwL/