remove psk31 character animation since it's killing the client
This commit is contained in:
parent
aaf696e8d7
commit
9f89a21cfb
@ -917,33 +917,6 @@ img.openwebrx-mirror-img
|
|||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#openwebrx-digimode-content .part
|
|
||||||
{
|
|
||||||
perspective: 700px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#openwebrx-digimode-content .part
|
|
||||||
{
|
|
||||||
animation: new-digimode-data-3d 100ms;
|
|
||||||
animation-timing-function: linear;
|
|
||||||
display: inline-block;
|
|
||||||
perspective-origin: 50% 50%;
|
|
||||||
transform-origin: 0% 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes new-digimode-data
|
|
||||||
{
|
|
||||||
0%{ opacity: 0; }
|
|
||||||
100%{ opacity: 1; }
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes new-digimode-data-3d
|
|
||||||
{
|
|
||||||
0%{ transform: rotateX(0deg) rotateY(-90deg) translateX(-5px) scale(1.3); }
|
|
||||||
100%{ transform: rotateX(0deg) rotateY(0deg) translateX(0) scale(1); }
|
|
||||||
}
|
|
||||||
|
|
||||||
#openwebrx-digimode-select-channel
|
#openwebrx-digimode-select-channel
|
||||||
{
|
{
|
||||||
transition: all 500ms;
|
transition: all 500ms;
|
||||||
|
@ -1458,11 +1458,8 @@ function secondary_demod_push_data(x) {
|
|||||||
if (y === "<") return "<";
|
if (y === "<") return "<";
|
||||||
if (y === ">") return ">";
|
if (y === ">") return ">";
|
||||||
if (y === " ") return " ";
|
if (y === " ") return " ";
|
||||||
|
if (y === "\n") return "<br />";
|
||||||
return y;
|
return y;
|
||||||
}).map(function (y) {
|
|
||||||
if (y === "\n")
|
|
||||||
return "<br />";
|
|
||||||
return "<span class=\"part\">" + y + "</span>";
|
|
||||||
}).join("");
|
}).join("");
|
||||||
$("#openwebrx-cursor-blink").before(x);
|
$("#openwebrx-cursor-blink").before(x);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user