Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimjamdev/sassanimation
Sass animation library
https://github.com/jimjamdev/sassanimation
Last synced: 12 days ago
JSON representation
Sass animation library
- Host: GitHub
- URL: https://github.com/jimjamdev/sassanimation
- Owner: jimjamdev
- Created: 2014-04-10T18:41:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T13:18:59.000Z (almost 10 years ago)
- Last Synced: 2024-04-15T22:34:38.496Z (9 months ago)
- Language: CSS
- Size: 316 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sassanimation
======A custom sass animation library based on http://mikefowler.me/companimation/.
This version will include the ability to run without compass so there's no conflict with the latest alpha versions, and the ability to be used through libsass.
Clean-up of original animation code, and hundreds of animations will be available to use with a simple syntax.
The library will be included by default in the upcoming woocss.com framework.
-------------------------------------------
Call the animation settings via include, then apply to your html i.e
@include fadeindown;
@include fadeinup;
@include spin;test-animation {
@include animation('fadeindown 1s', 'spin 1s 1.1s ease', 'fadeinup 1s 2.1s forwards');
}