From c91ca010342e4eabe8a555c1c0d4e14b378f5339 Mon Sep 17 00:00:00 2001 From: Miguel Angel Simon Sierra Date: Wed, 19 Aug 2026 01:13:51 -0400 Subject: [PATCH 1/3] feat(core): fade any clip in and out with data-fade-in / data-fade-out MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A fade had to be animated: an opacity tween positioned against the clip's own start and duration, which then had to be kept in sync every time the clip moved or was trimmed. This makes it declarative — the author says how long the fade lasts and the runtime attenuates the clip across that stretch of its own window, so the fade follows the clip wherever it goes.