-
```
$ curl -s 'https://api.cdnjs.com/libraries' | jq -r .results[].name | xargs -I{} -n1 -P 10 bash -c 'F="$(mktemp)"; trap "rm -f "${F}"" EXIT; S="$(curl --silent --output "${F}" --write-out "%{http…
-
I hope all of you are doing Well :)
I need this function to track if a is still typing; if yes, trigger the scrollIntoView() function to force the page view to the bottom.
-
Is your feature request related to a problem? Please describe.
Animations make a site more interactive making the surfing process fun.
Describe the solution you'd like
Add a text typing animation…
-
Please help me with this error :
b.state.elements.container.appendChild is not a function
at n.setupWrapperElement (core.js:1:5364)
at n.value (core.js:1:11769)
at new n (core.js:1:11…
-
If you want to write a large bulk of text, the library will create several hundreds of text nodes because that's how it is structured.
On Firefox, it can handle the writing but will start to lag wh…
-
HI I don't know if package does this already but I would like to add typewriter audio effects on each character press, end of phrase, delete etc which could easily be achieved by a callback on each …
-
It would be really nice with an option to type each word in a text one-by-one and not just each letter. Also the changeCursor feature would be a great addition (being able to change from "|" to "" whe…
-
Hi @ChrisCavs
Thanks so much for this library, been using it heavily (e.g. skyledge.com and fleetfoundry.com)
I'm building a new website with Angular 12 and getting this strange error when I im…
-
I have a use case where I want there to be text already inside Typist so I can then backspace it. I don't want the initial text to be "typed" out.
One thing I tried was to use nested `Typist` comp…
-
## Conversation
When I use the `` react component in the NextJS project, following [this](https://github.com/tameemsafi/typewriterjs#react) instruction(the second one), the website showed me an err…