I wanted to show 2 different texts in a same location in my website like a news ticker. The effects I want to use are fadeIn and fadeOut. Texts must come to specified area using fadeIn effect, stay there for 3 seconds and then go out using fadeOut. Then the next text will come and this operation must be done infinitive. How can I do it in jQuery? I found this article that is a bit similar to what I want, but it does not cover all my needs.
Text holder:
<div id="holder"></div>