docs(examples): add promotional video scenario#69
Merged
Conversation
Feature-showcase promo (1920x1080, 30.5s, 6 scenes) that demonstrates the engine by using it: char/word entrances, camera zoom, grain and vignette post-effects, the HTML dialect typed out in a codeblock, container stagger over data-viz cards, motion blur and SVG draw-on, the validate did-you-mean flow, and five different scene transitions. Serves as the iteration base for the promo video; dogfooding it found the ghost-layout bug tracked in #66 (the moving shape is absolutely positioned as a workaround until that fix lands).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
examples/rustmotion-promo.json— the feature-showcase promo video (1920×1080, 30.5s, 6 scenes) built as the iteration base. It demonstrates the engine by using it: char/word entrances + camera zoom + grain/vignette (hero), the HTML dialect withanim=typed out in a codeblock, container stagger over chart/gauge/stat/rating cards, motion blur + SVG draw-on, thevalidatedid-you-mean flow in a terminal, and five different scene transitions.Validated (schema + geometry) and visually QA'd still-by-still. The rendered mp4 is deliberately not committed (2.6 MB reproducible artifact:
rustmotion render -f examples/rustmotion-promo.json -o promo.mp4).Dogfooding this example found the motion-blur ghost flow-layout bug (#66) — the traveling shape is absolutely positioned as a documented workaround until that fix lands.