Skip to content

Commit

Permalink
[add] fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn committed Oct 13, 2018
1 parent 6aa68f8 commit b6053a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# vue-slide-up-down-component-component
# vue-slide-up-down-component

Like jQuery's [`slideUp`](http://api.jquery.com/slideup/) / [`slideDown`](http://api.jquery.com/slidedown/), but for [Vue](vuejs.org)!

[DEMO](https://jsfiddle.net/kahirokunn/qjyd6935/14)
[DEMO](https://jsfiddle.net/kahirokunn/qjyd6935/42)

## Installation

Expand Down Expand Up @@ -55,4 +55,4 @@ If you want to use a different timing function, add some CSS for your `<vue-slid

## Also

This currently works by measuring the `offsetHeight` and then CSS-transitioning to the target height or back to `0px`. This works _okay_, but is not very performant. If you have other ideas how to make this extremely smooth and good looking, feel free to send issues or pull requests.
This currently works by measuring the `offsetHeight` and then CSS-transitioning to the target height or back to `0px`. This works _okay_, but is not very performant. If you have other ideas how to make this extremely smooth and good looking, feel free to send issues or pull requests.

0 comments on commit b6053a4

Please sign in to comment.