Skip to content

Commit

Permalink
Fix MISC
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Aug 14, 2019
1 parent eac6c11 commit 3fc172b
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ The view element must set position as absolute.
* `fadeUp`
* `fadeUpBig`

### Rotate
### Flip
* `flip`
* `flipX`
* `flipY`
Expand Down
2 changes: 1 addition & 1 deletion dist/vue2-animate.css.map

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions docs/dist/vue2-animate.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/dist/vue2-animate.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/vue2-animate.min.css

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html lang="en" xmlns:v-bind="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://the-allstars.com/vue2-animate/" />

<!-- <meta http-equiv="refresh" content="0; url=https://the-allstars.com/vue2-animate/" />-->
<link rel="canonical" href="https://the-allstars.com/vue2-animate/" />

<title>Vue2-animate - For Vue.js transitions</title>
<meta name="description" content="A Vue.js 2.0 port of Animate.css. For use with Vue's built-in transitions." />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" />
Expand Down Expand Up @@ -85,6 +85,11 @@ <h3 style="margin-top: 0; margin-bottom: .7em">Select an effect to DEMO</h3>
<option value="rotateUpLeft">rotateUpLeft</option>
<option value="rotateUpRight">rotateUpRight</option>
</optgroup>
<optgroup label="Flip">
<option value="flip">flip</option>
<option value="flipX">flipX</option>
<option value="flipY">flipY</option>
</optgroup>
<optgroup label="Slide">
<option value="slideDown">slideDown</option>
<option value="slideLeft">slideLeft</option>
Expand Down

0 comments on commit 3fc172b

Please sign in to comment.