repaintless icon indicating copy to clipboard operation
repaintless copied to clipboard

Library for fast CSS Animations

Results 4 repaintless issues
Sort by recently updated
recently updated
newest added

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...