I would like a long text to be displayed dynamically in a div with small width. I have seen this effect on some mobile phones:
When it show last part of text, the carousel effect change of direction and start again.
I can“t find any plugin or example related to this.
How can I implement it with jQuery?


I'm not sure if such a library exists, but I've just created an implementation of this using only jQuery based on your question.
Let me know if you have any questions about how it works, and hope this helps!