https://github.com/imcuttle/typemagic
一个简单、高效、轻量的打字机效果
https://github.com/imcuttle/typemagic
Last synced: 3 months ago
JSON representation
一个简单、高效、轻量的打字机效果
- Host: GitHub
- URL: https://github.com/imcuttle/typemagic
- Owner: imcuttle
- Created: 2016-04-25T15:33:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-25T16:25:58.000Z (about 10 years ago)
- Last Synced: 2025-04-25T14:09:42.110Z (about 1 year ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typemagic (ԭ��JSʵ�ִ��ֻ�Ч��)
[The Article About It(Tell You Why Choose It)](http://moyuyc.github.io/2016/04/25/jsʵ�ִ��ֻ�Ч��/)
[Demo](http://moyuyc.github.io/2016/04/25/jsʵ�ִ��ֻ�Ч��/)
> ����Ч��������ͨ�ã�����
## How To Play?
So Easy
```
// You Want To Copy From Where?
document.getElementById('src').type({
delay: 85, // millisecond. default is 85 ms
dest: document.getElementById('dest'), // You Want To Copy To Where? default is yourself
twinkle:'_' // the twinkly string. default is '|'
});
```
If You Like It, Please Star It!