freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] GSoC-2017-kushal cdd8a39: Hold to pause


From: Kushal K S V S
Subject: [freetype2] GSoC-2017-kushal cdd8a39: Hold to pause
Date: Mon, 28 Aug 2017 16:41:45 -0400 (EDT)

branch: GSoC-2017-kushal
commit cdd8a398f038a4f18ad4da926131468f370b8fa5
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]