Skip to content

docs(droid-control): note configurable transitions + code annotations#982

Open
factory-ain3sh wants to merge 2 commits intomainfrom
droid/docs-post-processing-v1
Open

docs(droid-control): note configurable transitions + code annotations#982
factory-ain3sh wants to merge 2 commits intomainfrom
droid/docs-post-processing-v1

Conversation

@factory-ain3sh
Copy link
Copy Markdown
Contributor

Description

Three-line update to the droid-control docs page reflecting the post-processing additions shipped in Factory-AI/factory-plugins#23: configurable title-to-content transitions (motion-blur, flash, whip-pan, light-leak, glitch-lite) and the new codeAnnotations source-change overlay layer. Component count bumped from 22 to 23 (net +1: two new components added, one orphan removed).

Related Issue

Tracks Factory-AI/factory-plugins#23. No Linear ticket.

Potential Risk & Impact

Docs-only, three lines, single file. No API or CLI surface change. The previous "Motion blur title-to-content transition" wording is still accurate (it's the default), but reading it as the only option is no longer correct, hence the swap. If factory-plugins#23 is reverted before release this PR can be reverted independently.

How Has This Been Tested?

  • Verified the file renders structurally unchanged: only edits two existing lines and adds one bullet inside the existing <Accordion title="Effect layers (selected at compose time)"> block.
  • Cross-checked the component count against the post-merge state of plugins/droid-control/remotion/src/components/ (23 .tsx files).
  • Cross-checked the transition list against plugins/droid-control/remotion/src/components/ShowcaseTransition.tsx (5 presentations registered in presentationMap).

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>
@factory-droid
Copy link
Copy Markdown
Contributor

factory-droid bot commented Apr 20, 2026

Droid finished @factory-ain3sh's task —— View job


@factory-ain3sh factory-ain3sh self-assigned this Apr 20, 2026
@factory-ain3sh factory-ain3sh added the documentation Improvements or additions to documentation label Apr 20, 2026
Comment thread docs/cli/features/droid-control.mdx Outdated
Copy link
Copy Markdown
Contributor

@factory-droid factory-droid bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs change looks aligned with the upstream droid-control additions; the main correctness issue is the transition style list using spaced names instead of the actual hyphenated identifiers, which could lead to copy/paste misconfiguration.

… 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants