Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/datlyfe/v-fade
- Owner: Datlyfe
- Created: 2018-11-06T18:55:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T19:51:39.000Z (over 3 years ago)
- Last Synced: 2024-12-15T16:51:26.888Z (25 days ago)
- Language: JavaScript
- Size: 2.1 MB
- Stars: 1
- Watchers: 2
- 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
```