From 2e52ff0d14d6ebf30acafd326051adb18e27c959 Mon Sep 17 00:00:00 2001 From: Kushal K S V S Date: Mon, 28 Aug 2017 13:41:30 -0700 Subject: Hold to pause --- tests/html/styles/top.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/html/styles/top.css b/tests/html/styles/top.css index d6518db7d..22c90592f 100644 --- a/tests/html/styles/top.css +++ b/tests/html/styles/top.css @@ -84,6 +84,10 @@ th { height: 130px; } /*Animations*/ +.animation:active { + -webkit-animation-play-state: paused; + animation-play-state: paused; +} .one_two { -webkit-animation: one_two 2s steps(2) infinite; -moz-animation: one_two 2s steps(2) infinite; -- cgit v1.2.1