Markdy: Like Mermaid Diagrams, but for Motion
2 days ago
- #animation setup
- #canvas configuration
- #scene properties
- Set canvas as the first step with 'scene' command.
- Define dimensions: width and height in pixels.
- Set frame rate (fps) for animation timing.
- Specify background color using CSS color values.
- Optional: Override total duration in seconds.