We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493690c commit 2ce4c08Copy full SHA for 2ce4c08
1 file changed
infrastructure/control-panel/src/lib/fragments/LiveDataFlow/LiveDataFlow.svelte
@@ -27,24 +27,24 @@
27
}
28
29
@keyframes move {
30
- 0% {
31
- offset-distance: 100%;
32
- opacity: 1;
33
- }
34
- 50% {
35
36
37
- 55% {
38
- opacity: 0.4;
39
40
- 60% {
41
- opacity: 0;
42
43
- 100% {
44
- offset-distance: 0%;
45
46
47
-}
+ 0% {
+ offset-distance: 100%;
+ opacity: 1;
+ }
+ 50% {
+ 55% {
+ opacity: 0.4;
+ 60% {
+ opacity: 0;
+ 100% {
+ offset-distance: 0%;
48
49
</style>
50
0 commit comments