mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-20 01:20:59 +03:00
CSS fade transitions don't work well with CDP screencast (causes desktop flash between slides). Instead, showImage/showTitleSlide now automatically remove the other overlay type — no need to call hide before showing next. Pattern for consecutive slides: showTitleSlide(...) → showImage(...) → showImage(...) → hideImage() No hideTitleSlide() needed between title and first image. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>