1.2.0 • Published 1 year ago

vov.css v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

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 NameFading Animations
fade-in-bottom-leftfade-in-bottom-rightfade-in-downfade-in-left
fade-in-rightfade-in-top-leftfade-in-top-rightfade-in-up
fade-infade-out-bottom-leftfade-out-bottom-rightfade-out-down
fade-out-leftfade-out-rightfade-out-top-leftfade-out-top-right
fade-out-upfade-out

Class NameRolling Animations
roll-in-leftroll-in-rightroll-out-leftroll-out-right

Class NameShaking Animations
shake-verticalshake-horizontalshake-diagonallyshake-i-diagonally

Class NameBlur Animations
blur-inblur-out

Class NameSliding Animations
slide-in-downslide-in-leftslide-in-rightslide-in-up
slide-out-downslide-out-leftslide-out-rightslide-out-up

Class NameZooming Animations
zoom-in-downzoom-in-leftzoom-in-rightzoom-in-up
zoom-inzoom-out-downzoom-out-leftzoom-out-right
zoom-out-upzoom-out

Class NameThrobing Animations
throbi-throb

Class NameSwivel Animations
swivel-horizontalswivel-horizontal-doubleswivel-verticalswivel-vertical-double

Class NameShrinking Animations
shrink-leftshrink-rightshrink-topshrink-bottom

Class NameWheel Animations
wheel-in-leftwheel-in-rightwheel-out-leftwheel-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 NameTime
fastest300ms
faster500ms
fast800ms
slow2s
slower3s
slowest4s
<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>

Animation Timing

Provided are some of the animation timing classes f-10, f-20, f-30, f-40, f-50 where digit are the steps.

Animation Iteration Count

To make the iteration count infinite.

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

You can also use classes c-2, c-3, c-4, c-4 where the digit denotes the iteration counts.

Animation Delay

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

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

VS CODE EXTENSION

Keyframes

Support me

Or by contributing

Or by giving it a :star:

1.2.0

1 year ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago