Hold to pause

This commit is contained in:
Kushal K S V S 2017-08-28 13:41:30 -07:00
parent 2721a8129a
commit 2e52ff0d14
1 changed files with 4 additions and 0 deletions

View File

@ -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;