(script: string)
| 49 | |
| 50 | describe("keyframes composed-ancestor surfacing (nested elements)", () => { |
| 51 | const nested = (script: string) => |
| 52 | `<!doctype html><html><body><div id="root" data-composition-id="main" data-duration="4"><div id="stage"><div id="hero"><div id="core" class="clip"></div></div></div></div><script>${script}</script></body></html>`; |
| 53 | |
| 54 | it("annotates a child tween with its animated ANCESTOR's motion", () => { |
| 55 | const html = nested(` |