From 8a5d22f4da150cdaed704c2c9533053a13e565ff Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 29 Oct 2015 15:38:22 -0500 Subject: [PATCH] chore(snapshot): prevent css animations during snapshot --- scripts/e2e/e2e.template.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/e2e/e2e.template.html b/scripts/e2e/e2e.template.html index df8985f237..8d1af65331 100644 --- a/scripts/e2e/e2e.template.html +++ b/scripts/e2e/e2e.template.html @@ -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 {