Skip to content

Commit

Permalink
CRLF -> LF
Browse files Browse the repository at this point in the history
  • Loading branch information
newxps committed May 2, 2019
1 parent 1f5cf4f commit f4b2d41
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 390 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Simple and powerful javascript transition library, you can use it to achieve DOM

### Installation
``` bash
npm i -S transition-move
npm i -S simple-move
```
or
``` html
Expand All @@ -51,7 +51,7 @@ move.collision([0, 1000], 500, function (x) {
alert('over!');
});

// stop move 100ms later
// stop moving 100ms later
setTimeout(_ => {
stop();
}, 100)
Expand Down Expand Up @@ -104,7 +104,7 @@ MIT

### 安装
``` bash
npm i -S transition-move
npm i -S simple-move
```
或者
``` html
Expand Down
Loading

0 comments on commit f4b2d41

Please sign in to comment.