Frame Based Animation With Sass

Frame Based Animation with Sass

I wanted an easy way to create traditional animations, wherein each frame is a different drawing. I created this Sass @mixin which generates keyframe animation blocks for nth children, placing each of these "frames" in an animated sequence. Note the use of the steps(1) timing function…

Code on Github (including Bower command for installation if preferable)