Skip to content

A collection of pure CSS3 lightweight animations that can be applied to links, sections, buttons and much more. Available in SCSS, CSS and LESS

License

Notifications You must be signed in to change notification settings

edumigueis/Annimay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Annimay

A collection of pure CSS3 lightweight animations that can be applied to links, sections, buttons and much more. Available in CSS and SCSS and compatible with all browsers except Internet Explorer.

Demo


This project consists of an extensive collections of simple css-powered animations, currently Annnimay has 52 hover animations and 12 infinite animations.

Installation

You can just download the css files and use them in your project, either by linking or directly using the code. If you are not interested in using a lot of these annimations, they all have comments to name each one of them, so just look for the ones that suit your project best and use them(make sure to credit, that's truly appreciated). They can all be customized to infinite and beyond. Enjoy! 😄

Meta

Eduardo Migueis – edumigueis

Distributed under the MIT license. See LICENSE fore more information.

https://github.com/edumigueis/Annimay

Contributing

  1. fork the project (https://github.com/edumigueis/Annimay/fork)
  2. Create a branch for your modification (git checkout -b feature/awesomeFeature)
  3. Do the commit (git commit -am 'Add something')
  4. Push (git push origin feature/awesomeFeature)
  5. Create a new Pull Request