Remove vendor prefixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
@keyframes pulse {
|
@keyframes pulse {
|
||||||
from {
|
from {
|
||||||
opacity: 0.2;
|
opacity: 0.1;
|
||||||
}
|
}
|
||||||
to {
|
to {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
@@ -24,13 +24,13 @@
|
|||||||
|
|
||||||
#path-comet {
|
#path-comet {
|
||||||
fill: lightblue;
|
fill: lightblue;
|
||||||
opacity: 0.6;
|
opacity: 0.1;
|
||||||
|
|
||||||
-moz-animation-name: pulse;
|
animation-name: pulse;
|
||||||
-moz-animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
-moz-animation-timing-function: ease-in-out;
|
animation-timing-function: ease-in-out;
|
||||||
-moz-animation-direction: alternate;
|
animation-direction: alternate;
|
||||||
-moz-animation-duration: 1s;
|
animation-duration: 1s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user