Skip to content

Commit

Permalink
adding the flipping animation in the two axes (X and Y)
Browse files Browse the repository at this point in the history
  • Loading branch information
MalekMK committed Aug 8, 2019
1 parent e7b786d commit bdd3a05
Show file tree
Hide file tree
Showing 22 changed files with 6,588 additions and 120 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ I'm just project maintainer, any changes or request please open a Pull-Request.
- [Supported Animations](#supported-animations)
- [Bounce](#bounce)
- [Fade](#fade)
- [Flip](#flip)
- [Rotate](#rotate)
- [Slide](#slide)
- [Zoom](#zoom)
Expand Down Expand Up @@ -180,6 +181,11 @@ The view element must set position as absolute.
* `fadeUp`
* `fadeUpBig`

### Rotate
* `flip`
* `flipX`
* `flipY`

### Rotate
* `rotate`
* `rotateDownLeft`
Expand Down
328 changes: 328 additions & 0 deletions 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 dist/vue2-animate.css.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading

0 comments on commit bdd3a05

Please sign in to comment.