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: 3 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T19:51:39.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T02:47:20.825Z (4 months ago)
- Language: JavaScript
- Size: 2.1 MB
- Stars: 1
- Watchers: 1
- 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
![]()
```