Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/datlyfe/v-fade

Vue directive for making your images appear in a fade in animation
https://github.com/datlyfe/v-fade

Last synced: 21 days ago
JSON representation

Vue directive for making your images appear in a fade in animation

Awesome Lists containing this project

README

        

# v-fade

Vue directive for making your images appear in a fade in animation (experimental, still in early stages)

## Installation

```sh
yarn add @datlyfe/v-fade
```

## How To Use

### main.js

```javascript
import Vue from "vue";
import vFade from "@datlyfe/v-fade";
Vue.use(vFade);
```

### Hello.vue

```html


...

```