Animation update
parent
af9ea1b550
commit
0146bdb5e3
|
|
@ -29,7 +29,7 @@ class HiddenPeers extends Component
|
||||||
this.timeout = setTimeout(() =>
|
this.timeout = setTimeout(() =>
|
||||||
{
|
{
|
||||||
this.setState({ className: '' });
|
this.setState({ className: '' });
|
||||||
}, 1000);
|
}, 2000);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
animation: none;
|
animation: none;
|
||||||
|
|
||||||
&.pulse {
|
&.pulse {
|
||||||
animation: pulse 1s;
|
animation: pulse 2s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -80,7 +80,7 @@
|
||||||
|
|
||||||
@keyframes pulse {
|
@keyframes pulse {
|
||||||
0% {
|
0% {
|
||||||
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
|
box-shadow: 0 0 0 0 rgba(255, 255, 255, 1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
70% {
|
70% {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue