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: 15 days ago
JSON representation
Vue directive for making your images appear in a fade in animation
- Host: GitHub
- URL: https://github.com/datlyfe/v-fade
- Owner: Datlyfe
- Created: 2018-11-06T18:55:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T19:51:39.000Z (over 4 years ago)
- Last Synced: 2025-10-06T19:53:18.172Z (4 months ago)
- Language: JavaScript
- Size: 2.1 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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
```