Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cristijora committed Dec 30, 2017
1 parent 2faa024 commit 8ab950b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

✨ Reusable component transitions

## Why ?
## Why :question:
- Brings only the code that you need.
*Many alternative solutions import the whole animate.css library. Vue2-transitions is minimalistic and lets
you import only the transitions that you need in your app*
Expand All @@ -19,15 +19,15 @@
- Easy to use.
*No extra classes*

## Install
## Install :coffee:

```bash
yarn add vue2-transitions
```

CDN: [UNPKG](https://unpkg.com/vue2-transitions/) | [jsDelivr](https://cdn.jsdelivr.net/npm/vue2-transitions/) (available as `window.Vue2Transitions`)

## Usage
## Usage :rocket:

```vue
<template>
Expand All @@ -50,11 +50,11 @@ export default {
```

## List of available transitions
- FadeTransition,
- ZoomCenterTransition,
- ZoomXTransition,
- ZoomYTransition,
- ZoomUpTransition,
- FadeTransition
- ZoomCenterTransition
- ZoomXTransition
- ZoomYTransition
- ZoomUpTransition
- CollapseTransition

## Props
Expand Down

0 comments on commit 8ab950b

Please sign in to comment.