Menu

Tree [81b1b3] master /
 History

HTTPS access


File Date Author Commit
 .github 2019-10-03 Vaibhav Tandon Vaibhav Tandon [22df8c] Update issue templates
 css 2019-12-14 vaibhav111tandon vaibhav111tandon [c0709e] Added shake-diagonallly and shake-i-diagonally ...
 .gitignore 2019-10-12 vitebo vitebo [3789ca] add gitignore
 CODE_OF_CONDUCT.md 2019-05-19 Vaibhav Tandon Vaibhav Tandon [824b27] Added CODE_OF_CONDUCT
 CONTRIBUTING.md 2019-10-03 vaibhav111tandon vaibhav111tandon [4d92a4] Updated README.md and CONTRIBUTING.md
 LICENSE 2019-05-23 Vaibhav Tandon Vaibhav Tandon [da61a7] Created LICENSE
 README.md 2019-12-29 Vaibhav Tandon Vaibhav Tandon [81b1b3] Updated README.md
 gulpfile.js 2019-10-12 vitebo vitebo [f4578d] add gulp-autoprefixer plugin
 index.html 2019-12-19 vaibhav111tandon vaibhav111tandon [efccda] Added tag manager script
 logo.png 2019-10-10 Piña Piña [6d3605] Added Logo
 package-lock.json 2019-10-12 vitebo vitebo [f4578d] add gulp-autoprefixer plugin
 package.json 2019-10-12 vitebo vitebo [f4578d] add gulp-autoprefixer plugin
 vov.css 2019-12-14 vaibhav111tandon vaibhav111tandon [c0709e] Added shake-diagonallly and shake-i-diagonally ...
 vov.min.css 2019-12-14 vaibhav111tandon vaibhav111tandon [c0709e] Added shake-diagonallly and shake-i-diagonally ...

Read Me

vov.css npm bundle size GitHub GitHub

Join the chat at https://gitter.im/vov-css/community

You can install the file

<head>
  <link rel="stylesheet" href="vov.min.css">
</head>

Instead of installing you can also use the cdn

<link href="https://cdn.jsdelivr.net/gh/vaibhav111tandon/vov.css@latest/vov.css" rel="stylesheet" type="text/css">

Or use the minified version by adding

<link href="https://cdn.jsdelivr.net/gh/vaibhav111tandon/vov.css@latest/vov.min.css" rel="stylesheet" type="text/css">
Class Name Fading Animations
fade-in-bottom-left fade-in-bottom-right fade-in-down fade-in-left
fade-in-right fade-in-top-left fade-in-top-right fade-in-up
fade-in fade-out-bottom-left fade-out-bottom-right fade-out-down
fade-out-left fade-out-right fade-out-top-left fade-out-top-right
fade-out-up fade-out

Class Name Rolling Animations
roll-in-left roll-in-right roll-out-left roll-out-right

Class Name Shaking Animations
shake-vertical shake-horizontal shake-diagonally shake-i-diagonally

Class Name Blur Animations
blur-in blur-out

Class Name Sliding Animations
slide-in-down slide-in-left slide-in-right slide-in-up
slide-out-down slide-out-left slide-out-right slide-out-up

Class Name Zooming Animations
zoom-in-down zoom-in-left zoom-in-right zoom-in-up
zoom-in zoom-out-down zoom-out-left zoom-out-right
zoom-out-up zoom-out

Class Name Throbing Animations
throb i-throb

Class Name Swivel Animations
swivel-horizontal swivel-horizontal-double swivel-vertical swivel-vertical-double

Class Name Wheel Animations
wheel-in-left wheel-in-right wheel-out-left wheel-out-right

Other Animations
flash

Usage

Either install the file
OR
Just add the cdn in the head of your html. Start using the library by applying the different classes

Add the class vov to the element you want to animate

<h1 class="vov flash">sample animations</h1>

Animation duration

To vary the animation-duration

Class Name Time
fastest 300ms
faster 500ms
fast 800ms
slow 2s
slower 3s
slowest 4s
<h1 class="vov flash fastest">sample animations</h1>
<h1 class="vov flash faster">sample animations</h1>
<h1 class="vov flash fast">sample animations</h1>
<h1 class="vov flash slow">sample animations</h1>
<h1 class="vov flash slower">sample animations</h1>
<h1 class="vov flash slowest">sample animations</h1>

To make the iteration count infinite

<h1 class="vov flash infinite">sample animations</h1>

Animation Delay

To animation-delay use class t-1, t-2, t-3, t-4, t-5 where the number the denotes the seconds delay

<h1 class="vov flash t-5">sample animations</h1>

VS CODE EXTENSION

Keyframes

Support me

Buy Me A Coffee

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.