Skip to content

Datlyfe/v-fade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v-fade

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

Installation

yarn add @datlyfe/v-fade

How To Use

main.js

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

Hello.vue

<template>
  <div class="container">
    <img v-fade src="..." alt="..." />
  </div>
</template>

About

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

Resources

Stars

Watchers

Forks

Packages