Mimic.css

February 26, 2019 ยท View on GitHub

Currently updating to new version

Mimic.css

Mimic.css is an css animations library because everyone else is doing it.

How To Use The Darn Thing

Simple, just add the mimic.css stylesheet to the <head> of your HTML document as such:

<head>
  <link rel="stylesheet" href="/path/to/mimic.css">
</head>

Or you can use the minified version!:

<head>
  <link rel="stylesheet" href="/path/to/mimic.min.css">
</head>

Next, to animate, you will need to add the class animated to your element, with any of the mimic.css classes.

What's it mimic?:

Class NameMimics
boomeranga boomerang
swivelChaira swivel chair
gettinInYoFacesomeone gettin' in yo' face
airplanePropelleran airplane propeller
pulsatesomething pulsating
candleInTheWinda candle in the wind
highlightera highlighter
lawnMowera lawn mower blade
bungeea bungee jump
nopea head shaking nope
heartBeata heartbeat
sleepyEyessleepy eyes
plummitplummiting
dropItLikeItsHotdroping something like it's hot
gettinLiftedgettin' lifted
glaucomahow a person with glaucoma sees (or doesn't)
chameleona chameleon
backdropa stage backdrop
tearDropa tear drop
acidTripa acid trip

For example:

 <h1 class="boomerang">BRB</h1>

Want to add a class and/or contribute in some way?

Just clone it and add away!

License

The MIT License (MIT)