0.0.1 • Published 3 years ago
@simon_he/animate-text v0.0.1
word animate
Install
npm i @simon_he/animate-text
Usage
import animateText from '@simon_he/animate-text'
animateText({
text: '大家好,我是Simon;来自上海;我热爱coding'.split(';'), // string or string[]
infinity: true, // infinite loop
container: '#app', // container selector
})
0.0.1
3 years ago