@neeravp/vue-3-animate-in-view
Version:
Vue3 Directive & Component to animate elements as they appear in viewport
10 lines (6 loc) • 321 B
TypeScript
import { DefineComponent, Directive, Plugin } from "vue";
// declare const Vue3AnimateInView: Exclude<Plugin['install'], undefined>
declare const Vue3AnimateInView: Plugin
export default Vue3AnimateInView
export const AnimateInViewComponent: DefineComponent<{}, {}, any>
export const AnimateInViewDirective: Directive