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

https://github.com/imcuttle/typemagic

一个简单、高效、轻量的打字机效果
https://github.com/imcuttle/typemagic

Last synced: 3 months ago
JSON representation

一个简单、高效、轻量的打字机效果

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!