typeit icon indicating copy to clipboard operation
typeit copied to clipboard

The most versatile JavaScript typewriter effect library on the planet.

Results 35 typeit issues
Sort by recently updated
recently updated
newest added

Does TypeIt maintain the accessibility of my page for people who use assistive technologies, such as screen readers? I notice each character is split into it's own string inside of...

# Currenet behavior There isn't a function that terminates the animation, destroys the `TypeItInstance`, and resets everything. The closest things are `reset()` and `destroy()`, but none of the two are...

According to CodeQL, typeit 8.6.0 has an incomplete multi-character sanitization. I ran CodeQL in one of my forks an got this [security alert](https://github.com/nodeg/prv-loveit/security/code-scanning/6).

Let say you specify `nextStringDelay: [1500, 375]`. The document suggests it should work as follow: ``` wait 1500ms --> type --> wait 375ms --> delete ``` While the actual behavior...

Would be nice to add an offset from the end of the line, from where it would start deleting characters. something like this: "this is a string" delete(1,7).type("my") "this is...

feature

Add the ability to `pause()` the custom instance automatically **when reaching a specific char**. For example, with this sentence: "Hello, my name is Xavier, nice to meet you!", it would...

feature

It would be nice to have a feature that would work in conjunction with `breakLines: false` where the script would only delete the last chars that are different from the...

feature
question

I'm having trouble with the cursor using TypeScript+ReactJS and the TypeIt React Component when I use this code: ```js { instance.type('Sample Text').go(); return instance; }} options={{ waitUntilVisible: true, speed: 200,...

I have some text that I want to be visible when the page loads, after the page loads I want to modify this text content using typeit. However typeit appears...

Feature Request: I want to be able to type out simple strings. Something like this: https://www.typeitjs.com/build-your-own