Giter Site home page Giter Site logo

ikovic-lab / woah.css Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joerez/woah.css

0.0 2.0 0.0 10.64 MB

CSS Animation Library for eccentrics

Home Page: http://www.joerezendes.com/projects/Woah.css/

License: MIT License

HTML 15.45% JavaScript 2.54% CSS 82.01%

woah.css's Introduction

Woah!!!

Woah.css

CSS Animation Library for eccentric web developers.

View demo here: http://www.joerezendes.com/projects/Woah.css/

Write up: https://medium.com/@joerezendes_91375/need-stars-on-github-21a2fab3550d

Official documentation: http://www.joerezendes.com/projects/woah.css/docs/docs/#/

Installation

To install via npm, simply do the following:

$ npm install woah.css --save

To install via Bower, simply do the following:

$ bower install woah.css --save

How to use

Download woah.css and put it in your documents head.

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

Due to some (Overly) Elaborate animations, like scaleOut, you need to include this link after your main stylesheet.

Adding Animations

To animate an element, simply add the class woah followed by whichever animation you choose. Example:

<h1 class="woah wowzors">Hello world</h1>

Iterate Animations Forever

Want to repeat your animations for all of eternity? Use the infinite class. Example:

<h1 class="woah wowzors infinite">Woah</h1>

Different types of animations

Woah.css has three different types of animations to choose from.

  • Woah animations -- These are very eccentric and barely practical, but are very fun and showy.

  • Wow animations -- These are still a little eccentric, but could very well be used in normal websites.

  • Normie animations -- These are very basic.

To Do List

  • Add CSS Variables to easily change duration with inline styles
  • More animations that make use of pseudo elements, Ex: dealWithIt
  • Cross browser functionality

woah.css's People

Contributors

joerez avatar yaodingyd avatar ifvictr avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.