SCSS Mixin that Brings Image Sprite to life
SCSS Mixin that Brings Image Sprite to life
https://eliortabeka.github.io/sprite-spirit/
Quick start using CDN:
https://unpkg.com/sprite-spirit@1.0.0/scss/sprite-spirit.scss
Using npm:
npm install sprite-spirit
Using bower:
bower install sprite-spirit
Include Sprite Spirit Mixin in your project and then use it like:
@include spriteSpirit($name, $url, $vertical, $width, $height, $frameNum, $duration, $iteration, $reverse);
http://codepen.io/eliortabeka/pen/ObPRrw
Handcrafted with love by Elior Shalev Tabeka