fix(desktop): restore Eternal Lake Heart hierarchy
This commit is contained in:
parent
cc802126ea
commit
c2a5c52501
4 changed files with 40 additions and 16 deletions
|
|
@ -10,8 +10,8 @@ test('ambient lake motion sleeps by default and wakes only after human interacti
|
|||
assert.match(source, /onPointerMove=\{wakeAmbientMotion\}/)
|
||||
assert.match(source, /onPointerDown=\{wakeAmbientMotion\}/)
|
||||
assert.match(source, /onKeyDown=\{wakeAmbientMotion\}/)
|
||||
assert.match(styles, /\.official-world \.world-star,[\s\S]*animation-play-state: paused/)
|
||||
assert.match(styles, /\.official-world\.motion-awake \.world-star,[\s\S]*animation-play-state: running/)
|
||||
assert.match(styles, /\.official-world \.world-star,[\s\S]*animation: none/)
|
||||
assert.match(styles, /\.official-world\.motion-awake \.world-star \{ animation: world-star-breathe/)
|
||||
})
|
||||
|
||||
test('the desktop shell has no permanent polling interval while idle', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue