From e807dc1224dbdea858b4d2a47ac2bea12e071b25 Mon Sep 17 00:00:00 2001 From: "factory-droid[bot]" <138933559+factory-droid[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 04:50:24 +0000 Subject: [PATCH 1/2] docs(droid-control): note configurable transitions + code annotations Reflect the post-processing additions shipped in factory-plugins#23: - Bump component count from 22 to 23 (net +1: added CodeAnnotationOverlay and ShowcaseTransition; removed orphaned MotionBlurTransition). - Replace 'Motion blur title-to-content transition' with the configurable list (motion blur is still the default). - Add 'Syntax-highlighted code annotations for source-change overlays' to the compose-time effect list. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/cli/features/droid-control.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/cli/features/droid-control.mdx b/docs/cli/features/droid-control.mdx index fd3b4ddc..9ce0d56b 100644 --- a/docs/cli/features/droid-control.mdx +++ b/docs/cli/features/droid-control.mdx @@ -208,7 +208,7 @@ Droid Control supports three automation backends. The right one is selected auto ## Video rendering -Demo and showcase videos are rendered with [Remotion](https://www.remotion.dev/), a React-based video engine. The plugin includes 22 visual components and 6 presets. +Demo and showcase videos are rendered with [Remotion](https://www.remotion.dev/), a React-based video engine. The plugin includes 23 visual components and 6 presets. @@ -223,7 +223,7 @@ Demo and showcase videos are rendered with [Remotion](https://www.remotion.dev/) - Warm radial backgrounds, floating particles, film grain overlay, color grading - - Motion blur title-to-content transition + - Configurable title-to-content transition (motion blur, flash, whip-pan, light leak, glitch-lite) - Animated window chrome with traffic lights and glassmorphic borders - Auto-scaled title/subtitle text @@ -232,6 +232,7 @@ Demo and showcase videos are rendered with [Remotion](https://www.remotion.dev/) - Directed zoom for small text or details - Keystroke pills showing user actions - Section headers and transition sweeps + - Syntax-highlighted code annotations for source-change overlays From a19d95c0cf009cbd696b36ec3619a28466e06148 Mon Sep 17 00:00:00 2001 From: "factory-droid[bot]" <138933559+factory-droid[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 05:06:48 +0000 Subject: [PATCH 2/2] docs(droid-control): use backticked option identifiers for transition list Addresses review feedback: the transitionStyle enum values are hyphenated (motion-blur, light-leak). The bullet previously used spaced, un-backticked forms which would not round-trip as copy-pasted config values. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/cli/features/droid-control.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/features/droid-control.mdx b/docs/cli/features/droid-control.mdx index 9ce0d56b..c9d3e96b 100644 --- a/docs/cli/features/droid-control.mdx +++ b/docs/cli/features/droid-control.mdx @@ -223,7 +223,7 @@ Demo and showcase videos are rendered with [Remotion](https://www.remotion.dev/) - Warm radial backgrounds, floating particles, film grain overlay, color grading - - Configurable title-to-content transition (motion blur, flash, whip-pan, light leak, glitch-lite) + - Configurable title-to-content transition (`motion-blur`, `flash`, `whip-pan`, `light-leak`, `glitch-lite`) - Animated window chrome with traffic lights and glassmorphic borders - Auto-scaled title/subtitle text