summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal K S V S <kkushal32@gmail.com>2017-08-28 13:41:30 -0700
committerKushal K S V S <kkushal32@gmail.com>2018-03-18 20:40:45 +0530
commit2e52ff0d14d6ebf30acafd326051adb18e27c959 (patch)
treeae2ae3ec79b09f4b776dbf89a4aa589fe2089eb6
parent2721a8129ae98996e61429b9da7a3c76f35de701 (diff)
downloadfreetype2-2e52ff0d14d6ebf30acafd326051adb18e27c959.tar.gz
Hold to pause
-rw-r--r--tests/html/styles/top.css4
1 files changed, 4 insertions, 0 deletions
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;