Commit 4eadb18
fix(loader): orbit shows both squares again
The orbit pattern's two blobs are meant to chase each other around a
square track (the second offset by a half-loop). It used
`animation-delay: -1s` for the offset, but the shared wall-clock phase
lock (`.frame.frame *` sets animation-delay on every element) is
higher-specificity and clobbered it — so both blobs ran in lockstep,
stacked exactly, and one disappeared.
The second blob now gets its own 50%-shifted keyframes (orbit-b,
opposite corner) instead of a delay — the same technique metaballs uses
— so the phase lock no longer hides it.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent c1485de commit 4eadb18
1 file changed
Lines changed: 24 additions & 4 deletions
Lines changed: 24 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
126 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
130 | | - | |
| 133 | + | |
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
| |||
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
149 | 169 | | |
150 | 170 | | |
151 | 171 | | |
| |||
0 commit comments