mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-23 21:21:04 +03:00
- Fade-in (300ms ease) on show: element created with opacity:0, then transitioned to opacity:1 via requestAnimationFrame - Fade-out (300ms ease) on hide: opacity set to 0, wait 350ms, remove - Applied to showTitleSlide/hideTitleSlide and showImage/hideImage - No change to showCaption (instant appearance fits subtitle UX better) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>