Cursor movement effect #16
Labels
enhancement
New feature or request
first-timers-only
good first issue
Good for newcomers
help wanted
Extra attention is needed
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
On cursor move remove a char from
#paper
and add it to#paper-after
.and so on
The text was updated successfully, but these errors were encountered: