open-design/skills/guizang-ppt/assets
lakatos 6cac039045
fix(guizang-ppt): sync host slide counter on transform-paginated decks (#19)
* fix(guizang-ppt): sync host slide counter on transform-paginated decks

go() previously only mutated #deck.style.transform on the parent track,
leaving .slide attributes untouched — so the iframe-host bridge in
src/runtime/srcdoc.ts couldn't detect which slide was active and the
host counter froze at 1/N. Toggle .active on the current .slide so
findActiveByClass returns the right index and the existing
MutationObserver fires a re-report.

* docs(guizang-ppt): mark .slide.active toggle as load-bearing for OD host counter
2026-04-29 16:52:00 +08:00
..
example-slides.html Add initial project structure with essential files 2026-04-28 12:25:59 +08:00
template.html fix(guizang-ppt): sync host slide counter on transform-paginated decks (#19) 2026-04-29 16:52:00 +08:00