Please refer this fiddle,
I have tried to create an animation where a div flies in, then text appears one character at a time.
I want more of a smooth writing effect – what I have created resembles more of a typing effect.
Is there any jquery plugin that does this?
Or can I enhance my code to achieve it?
It would be tricky, but you could probably do this using svg animations using the raphael javascript library. Below some code that’s slightly adapted from the raphael animation demo as a proof of concept. Obviously you would have to have several gradual path animations to get the effect that you actually want.