Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/systemlight/typed
- Owner: SystemLight
- License: mit
- Created: 2022-06-27T10:05:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T11:49:45.000Z (over 2 years ago)
- Last Synced: 2023-03-08T03:47:53.044Z (over 1 year ago)
- Topics: animation, typed, ui
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'))```