Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 834 Bytes

File metadata and controls

43 lines (29 loc) · 834 Bytes

css-effects

css-effects library emulates some of common jQuery animations, such as fadeIn(), slideUp(), slideDown(), etc.

The effects included within the library are the following:

  • .fadeIn
  • .slideUp
  • .slideDown
  • .slideLeft
  • .slideRight
  • .expandOpen
  • .expandUp

How to use

Using the effects is quite easy. You just need to add the class to the element and it automatically enables the animation.

Example: <div class="fadeIn"></div>

Browser Support

The library has been tested and works properly on:

  • Chrome
  • Firefox
  • Safari
  • Opera
  • IE10+

Installation

Get a packaged source file:

  • css-effects.css

Or install via Bower:

bower install css-effects

License

css-effects is licensed under the MIT license. (http://opensource.org/licenses/MIT)