- Notifications
You must be signed in to change notification settings - Fork0
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
edumigueis/Annimay
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
This project consists of an extensive collections of simple css-powered animations, currently Annnimay has 52 hover animations and 12 infinite animations.
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! 😄
Eduardo Migueis –edumigueis
Distributed under the MIT license. SeeLICENSE
fore more information.
https://github.com/edumigueis/Annimay
- fork the project (https://github.com/edumigueis/Annimay/fork)
- Create abranch for your modification (
git checkout -b feature/awesomeFeature
) - Do thecommit (
git commit -am 'Add something'
) - Push (
git push origin feature/awesomeFeature
) - Create a newPull Request