Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deveodk/vue-animate

Vue-animate provides an easy way to use beautiful animations for your page. Ideal for hero style landing pages
https://github.com/deveodk/vue-animate

animate animation npm package vue webpack

Last synced: 4 days ago
JSON representation

Vue-animate provides an easy way to use beautiful animations for your page. Ideal for hero style landing pages

Awesome Lists containing this project

README

        

# @deveodk/vue-animate

[![npm](https://img.shields.io/npm/v/@deveodk/vue-animate.svg)](https://www.npmjs.com/package/@deveodk/vue-animate) [![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](https://vuejs.org/)

> Vue-animate provides an easy way to use beautiful animations for your page. Ideal for hero style landing pages

# Demo
See a functioning demo
deveo demo site

## Installation

```bash
npm install --save @deveodk/vue-animate
```

### Bundler (Webpack, Rollup)

```js
import Vue from 'vue'
import vueAnimate from '@deveodk/vue-animate'
// You need a specific loader for CSS files like https://github.com/webpack/css-loader
import '@deveodk/vue-animate/dist/@deveodk/vue-animate.css'

Vue.use(vueAnimate)
```

### Browser

```html

```

## Usage

There are currently four available animations

```html
# Abstract can accept the reactive params speed and fraction

```

## License

[MIT](http://opensource.org/licenses/MIT)