diff --git a/content-for/test-head-footer.html b/content-for/test-head-footer.html
index 97eb266d..5f3f196a 100644
--- a/content-for/test-head-footer.html
+++ b/content-for/test-head-footer.html
@@ -28,4 +28,13 @@
height: 100%;
transform: scale(1);
}
+
+ /*
+ * Setting duration to zero so that the elements will get transitioned/animated immediately
+ * so that the gradual transition/animation will not violate any of the WCAG guidelines
+ */
+ .axe-running * {
+ transition-duration: 0s !important;
+ animation-duration: 0s !important;
+ }