Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon-he95/animate-text
https://github.com/simon-he95/animate-text
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simon-he95/animate-text
- Owner: Simon-He95
- Created: 2022-10-18T14:29:43.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:45:41.000Z (11 months ago)
- Last Synced: 2023-12-15T18:55:13.102Z (11 months ago)
- Language: TypeScript
- Homepage: animate-text.vercel.app
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
![picture](/assets//kv.png)
word animate## Install
```
npm i @simon_he/animate-text
```## Usage
```js
import animateText from '@simon_he/animate-text'
animateText({
text: '大家好,我是Simon;来自上海;我热爱coding'.split(';'), // string or string[]
infinity: true, // infinite loop
container: '#app', // container selector
})
```