Sha256: 736d2480c333167da3eb801a289ab0fd09c4ade7564f56fac800b43c86a624a0

Contents?: true

Size: 168 Bytes

Versions: 2

Compression:

Stored size: 168 Bytes

Contents

/*
  Forces the browser to render animation on the element with hardware acceleration
*/
@mixin enable-hardware-acceleration {
  -webkit-transform:translate3d(0,0,0);
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stitch-0.1.1 stylesheets/stitch/patterns/animation/_hardware-acceleration.scss
stitch-0.1.0 stylesheets/stitch/patterns/animation/_hardware-acceleration.scss