freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] GSoC-2017-kushal 2e52ff0 62/70: Hold to pause


From: Kushal K S V S
Subject: [freetype2] GSoC-2017-kushal 2e52ff0 62/70: Hold to pause
Date: Sun, 18 Mar 2018 11:21:19 -0400 (EDT)

branch: GSoC-2017-kushal
commit 2e52ff0d14d6ebf30acafd326051adb18e27c959
Author: Kushal K S V S <address@hidden>
Commit: Kushal K S V S <address@hidden>

    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 d6518db..22c9059 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]