Animation update
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
animation: none;
|
||||
|
||||
&.pulse {
|
||||
animation: pulse 1s;
|
||||
animation: pulse 2s;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
|
||||
@keyframes pulse {
|
||||
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% {
|
||||
|
||||
Reference in New Issue
Block a user