Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leaysgur/type-write.js

Display texts with typing effect like typewriter.
https://github.com/leaysgur/type-write.js

Last synced: 24 days ago
JSON representation

Display texts with typing effect like typewriter.

Awesome Lists containing this project

README

        

type-write.js
===============
See https://leader22.github.io/type-write.js/

## 使い方

上記のデモと同じファイルがindex.htmlなので、そっち見るほうがはやいかも。

```javascript
var typeWrite = new TypeWrite({
textElm: outputElm
});

typeWrite.start(targetText, {
talkDelay: 0.05
}, callback);
```

## 独自タグの書式

```
あのイーハトーヴォのすきとおった風、{|}
夏でも底に冷たさをもつ{}そら、{|}
うつくしい{}で飾られたモリーオ市、郊外のぎらぎらひかる草の{}。
```

という文字は、以下のHTMLとして出力されます。

```html
あのイーハトーヴォのすきとおった風、

夏でも底に冷たさをもつそら、

うつくしいで飾られたモリーオ市、郊外のぎらぎらひかる草の
```

※見やすさのために改行してます。

### 注意
- 言わずもがな、事前にCSSの定義が必要です
- ``{}``のネストはできません