shabdawali
shabdawali copied to clipboard
Cursor movement effect
We've already added blinking cursor effect. Now we've to experiment by moving the cursor inside the text.
A rough idea to give this effect by appending a span tag after the cursor. check this code to append a span.
HTML tag will look like this
<p id="paper">This is the text being typed</p><span cursor="shabdawali-cursor">|</span><span id="paper-after"></span>
On cursor move remove a char from #paper and add it to #paper-after.
<p id="paper">This is the text being type</p><span cursor="shabdawali-cursor">|</span><span id="paper-after">d</span>
and so on
sir, Can you please tell the file where i have to have change this code?
https://github.com/amitguptagwl/shabdawali/blob/master/src/shabdawali.js