Skip to content

willhoag/saffron-stylus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saffron-Stylus

A simple Stylus mixin library for animations and transitions.

Saffron-stylus is a collection of Stylus mixins and helpers that make adding CSS3 animations and transitions much simpler. Just include a mixin in your Stylus declaration, then set any configuration using variables and mixin parameters. This is a port of the original colindresj/saffron sass mixin library, minus the vendor prefixing. Any prefixing should now be handled with Autoprefixer or something similar.

NPM

Installation

npm install saffron-stylus --save

Manual Installation

Download or clone the project repo from GitHub. Copy the saffron-stylus folder and paste into your styles folder (or whatever you call it). You won't need any of the other directories or files.

Usage

// import the whole library
@import "saffron-stylus/styles"

// or just the mixins you want
@import "saffron-stylus/styles/in-place/hover"

.hover {
  hover() // hover(5s, 0s, none, infinite, ease-in-out)
}

Browser Support

Saffron-stylus uses CSS3 transform, keyframes, animations and transitions, so it's really only for modern browsers. Visit http://caniuse.com/ for a clear idea of CSS3 browser support. For vendor prefixes, use Autoprefixer, or something similar.

License

MIT

About

A simple Stylus mixin library for animations and transitions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages