Hold to pause
This commit is contained in:
parent
2721a8129a
commit
2e52ff0d14
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue