Files
cachet-docker/app/assets/sass/plugins/_animate.scss
Graham Campbell 3962b6c2e7 Minor cs fixes
2015-01-05 01:23:11 +00:00

14 lines
400 B
SCSS

@import "../../bower_components/animate-sass/animate";
body {
-webkit-backface-visibility: hidden; // Addresses a small issue in webkit: http://bit.ly/NEdoDq
}
.animated {
@include animate-prefixer(animation-duration, $base-duration);
@include animate-prefixer(animation-fill-mode, both);
&.hinge {
@include animate-prefixer(animation-duration, $base-duration * 2);
}
}