Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/systemlight/typed

Simulate the animation effect of typing.
https://github.com/systemlight/typed

animation typed ui

Last synced: 2 days ago
JSON representation

Simulate the animation effect of typing.

Awesome Lists containing this project

README

        

# @systemlight/typed

> Simulate the animation effect of typing.

### Usage

```html








typedNode('#typed>p:nth-child(1)', 'hello typed-1')
.then(() => typedNode('#typed>p:nth-child(2)', 'hello typed-2'))
.then(() => typedNode('#typed>p:nth-child(3)', 'hello typed-3'))
.then(() => typedNode('#typed>p:nth-child(4)', 'hello typed-4'))
.then(() => typedNode('#typed>p:nth-child(5)', 'hello typed-5'))
.then(() => typedNode('#typed>p:nth-child(6)', 'hello typed-6'))

```