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. See LICENSE
fore more information.
https://github.com/edumigueis/Annimay
- fork the project (https://github.com/edumigueis/Annimay/fork)
- Create a branch for your modification (
git checkout -b feature/awesomeFeature
) - Do the commit (
git commit -am 'Add something'
) - Push (
git push origin feature/awesomeFeature
) - Create a new Pull Request