chore(snapshot): prevent css animations during snapshot

This commit is contained in:
Adam Bradley
2015-10-29 15:38:22 -05:00
parent 514b880eeb
commit 8a5d22f4da

View File

@@ -22,6 +22,10 @@
/* disable scrollbars */
overflow: hidden !important;
}
.snapshot * {
-webkit-transition-duration: 0ms !important;
transition-duration: 0ms !important;
}
/* hack to create tall scrollable areas for testing using <f></f> */
f {