You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.
However once it is over - how do i hide the cursor, or at least have it flashing? it's currently just showing as a solid | which looks very much like the letter l
Also what exactly does the html-mode: Enable the html parse mode mean?
Thanks
The text was updated successfully, but these errors were encountered:
Also what exactly does the html-mode: Enable the html parse mode mean?
It means you can write HTML inside your type-strings and it will be rendered as HTML, for example as in the demo code: type-strings="it supports <code>html markup</code>^750 and timings^500"
However once it is over - how do i hide the cursor, or at least have it flashing?
For the blink effect you have to do it yourself, but there is an example in the project, you can grab that and add it your css file or write a new one, be sure to use typed-cursor class selector.
I also have to improve the guide because from your questions I understand that it is not sufficiently clear, any suggestion? would you like to see some example in particular?
Yeah, so the documentation, I felt the biggest thing was giving an example case of how to add an array of strings (as I feel that's probably the biggest use case of your module).
And of course, the ability to add the cursor would be great too.
Take it easy,
Thanks again for the great module - really useful!
Hello,
I have the following snippet:
However once it is over - how do i hide the cursor, or at least have it flashing? it's currently just showing as a solid | which looks very much like the letter l
Also what exactly does the
html-mode: Enable the html parse mode
mean?Thanks
The text was updated successfully, but these errors were encountered: