animated-presentations
Create multi-scene animated presentations with smooth camera transitions using the Excalimate MCP server. Use when asked to create presentations, pitch decks, animated slide shows, demo walkthroughs, keynote-style reveals, or any sequential multi-scene visual narrative — even if the user says "slides" or "deck." --- # Animated Presentations Skill Create compelling multi-scene animated presentations using Excalidraw's canvas as your presentation stage. Each "slide" is a region on one large canvas, connected by smooth camera transitions and element animations. ## Canvas-as-Presentation Concept Instead of traditional slides, use **one large Excalidraw canvas** where each "slide" is a positioned region: - All content exists on a single canvas - Each "slide" = a specific rectangular region - Camera keyframes pan between regions for smooth transitions - Elements within each scene have reveal animations - No page breaks or separate files needed ## Core Workflow 1. **Plan scenes**: Define your narrative flow and scene count 2. **Calculate layout**: Position scenes on canvas using layout patterns 3. **Create ALL elements**: Use `create_scene` to add all text, shapes, arrows 4. **Set initial camera**: Position camera at scene 1 with `set_camera_frame({x,y,width,aspectRatio:"16:9"})` 5. **Animate elements**: Add reveal animations per scene (opacity, scale, position) 6. **Add camera keyframes**: Create smooth transitions between scenes 7. **Set clip range**: Define total animation duration 8. **Save or share**: Use `save_checkpoint` to persist state, or `share_project` for an E2E encrypted share URL ## Scene Layout Strategy ### Horizontal Strip Layout (Recommended) ```
Changelog: Source: GitHub https://github.com/excalimate/excalimate
No comments yet. Be the first one!