File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed
Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 4343![ 動作] ( https://raw.githubusercontent.com/technote-space/jquery.marker-animation/images/marker-animation.gif )
4444
4545## Installation
46- ### ダウンロードして利用
47- [ リリースバージョン] ( https://github.com/technote-space/jquery.marker-animation/releases/latest/download/jquery.marker-animation.min.js ) をダウンロードして
48- ``` html
49- <script type =" text/javascript" src =" /assets/jquery.marker-animation.min.js" ></script >
50- ```
51- のように読み込む
5246### npmから利用
5347https://www.npmjs.com/package/jquery.marker-animation
5448
5549``` bash
5650npm install --save jquery.marker-animation
5751```
5852
53+ ### ダウンロードして利用
54+ [ リリースバージョン] ( https://github.com/technote-space/jquery.marker-animation/releases/latest/download/index.js ) をダウンロードして
55+ ``` html
56+ <script type =" text/javascript" src =" /assets/jquery.marker-animation/index.js" ></script >
57+ ```
58+ のように読み込む
59+
5960### WordPressで利用
6061プラグインとして利用できるようにしました。
6162
Original file line number Diff line number Diff line change @@ -43,19 +43,20 @@ jQuery plugin to add under line animation like highlighter.
4343![ Behavior] ( https://raw.githubusercontent.com/technote-space/jquery.marker-animation/images/marker-animation.gif )
4444
4545## Installation
46- ### Use from download
47- Download [ Release version] ( https://github.com/technote-space/jquery.marker-animation/releases/latest/download/jquery.marker-animation.min.js ) and enqueue script.
48- ``` html
49- <script type =" text/javascript" src =" /assets/jquery.marker-animation.min.js" ></script >
50- ```
51- ### Use from npm
46+ ### npm
5247https://www.npmjs.com/package/jquery.marker-animation
5348
5449``` bash
5550npm install --save jquery.marker-animation
5651```
5752
58- ### for WordPress
53+ ### Browser
54+ Download [ Release version] ( https://github.com/technote-space/jquery.marker-animation/releases/latest/download/index.js ) and enqueue script.
55+ ``` html
56+ <script type =" text/javascript" src =" /assets/jquery.marker-animation/index.js" ></script >
57+ ```
58+
59+ ### WordPress
5960[ GitHub] ( https://github.com/technote-space/marker-animation )
6061
6162## Usage
You can’t perform that action at this time.
0 commit comments