repaintless
repaintless copied to clipboard
Library for fast CSS Animations
https://github.com/szynszyliszys/repaintless/blob/master/app/scss/repaintless.scss ↓ https://github.com/szynszyliszys/repaintless/blob/master/repaintless-scss/repaintless.scss
Nice lib! Just wondering if you've found any use case for `translateZ()` ? or `translate3d()` for that matter?
Sass allows variables to be marked with the [`!default` flag](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#variable_defaults_default), which makes it easy to overwrite them when embedding the library. The second commit in this PR marks all of...