All Projects → jofftiquez → V Animate Css

jofftiquez / V Animate Css

The easiest to implement Vue directive for Animate.css

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to V Animate Css

Drf Nested Routers
Nested Routers for Django Rest Framework
Stars: ✭ 1,098 (+1761.02%)
Mutual labels:  hacktoberfest
Webtorrent Desktop
❤️ Streaming torrent app for Mac, Windows, and Linux
Stars: ✭ 8,587 (+14454.24%)
Mutual labels:  hacktoberfest
Elm Markdown
Extensible markdown parser with custom rendering, in pure Elm.
Stars: ✭ 59 (+0%)
Mutual labels:  hacktoberfest
Thanos
Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project.
Stars: ✭ 9,820 (+16544.07%)
Mutual labels:  hacktoberfest
Post Mortems
A collection of postmortems. Sorry for the delay in merging PRs!
Stars: ✭ 8,772 (+14767.8%)
Mutual labels:  hacktoberfest
Hooking Template With Mod Menu
A small template for Android Hooking with Substrate. (Includes a mod menu written in Java)
Stars: ✭ 59 (+0%)
Mutual labels:  hacktoberfest
Godo
DigitalOcean Go API client
Stars: ✭ 1,097 (+1759.32%)
Mutual labels:  hacktoberfest
Vue Lazy Youtube Video
Vue.js component for lazyloading YouTube videos.
Stars: ✭ 59 (+0%)
Mutual labels:  hacktoberfest
Django Cms
The easy-to-use and developer-friendly enterprise CMS powered by Django
Stars: ✭ 8,522 (+14344.07%)
Mutual labels:  hacktoberfest
Awesome Material Ui
A curated list of Material-UI resources and related projects. The main idea is that everyone can contribute here, so we can have a central repository of informations about Material-UI that we keep up-to-date
Stars: ✭ 57 (-3.39%)
Mutual labels:  hacktoberfest
Esp8266 deauther
Affordable WiFi hacking platform for testing and learning
Stars: ✭ 9,312 (+15683.05%)
Mutual labels:  hacktoberfest
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+17923.73%)
Mutual labels:  hacktoberfest
Holysheet
A program to store arbitrary files in Google Sheets
Stars: ✭ 59 (+0%)
Mutual labels:  hacktoberfest
Containerd
An open and reliable container runtime
Stars: ✭ 9,956 (+16774.58%)
Mutual labels:  hacktoberfest
Timberx
Material theme music player that works across all form factors (phones, wear, auto, cast, assistant) and uses latest tools (Kotlin, Architecture components, Room, Databinding)
Stars: ✭ 1,103 (+1769.49%)
Mutual labels:  hacktoberfest
Konlpy
Python package for Korean natural language processing.
Stars: ✭ 1,098 (+1761.02%)
Mutual labels:  hacktoberfest
Box Shadows
Box Shadows - Handpicked Box-Shadows for Developers and Designers
Stars: ✭ 58 (-1.69%)
Mutual labels:  hacktoberfest
Hacktobermap
A map of Hacktoberfest 2019 participants https://abhijitparida.github.io/hacktobermap/
Stars: ✭ 59 (+0%)
Mutual labels:  hacktoberfest
Awesome Ebpf
A curated list of awesome projects related to eBPF.
Stars: ✭ 1,102 (+1767.8%)
Mutual labels:  hacktoberfest
Laminas Migration
Migrate Zend Framework MVC applications, Expressive applications, Apigility applications, or third-party libraries to target Laminas.
Stars: ✭ 58 (-1.69%)
Mutual labels:  hacktoberfest

Vue Animate CSS

v-animate-css

The easiest to implement Vue directive for Animate.css

If you like this project, please give it a star, and consider following the author. :)

Installation

NPM npm install v-animate-css --save

Yarn yarn add v-animate-css

CDN https://unpkg.com/v-animate-css/dist/v-animate-css.js

Usage

import Vue from 'vue';
import VAnimateCss from 'v-animate-css';

Vue.use(VAnimateCss);
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.4.4/vue.js"></script>
<script src="https://unpkg.com/v-animate-css/dist/v-animate-css.js"></script>

<script>
  Vue.use(VAnimateCss.default);
</script>

Demo and Docs here.

Made with ❤️ by Jofferson Ramirez Tiquez

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].