What problem does it solve?
This Skill allows users to easily create advanced PowerPoint Morph transitions with smooth cross-slide animation, enhancing presentations with dynamic visual effects.
Core Features & Use Cases
- Morph Transitions: Generate smooth cross-slide animations by matching and interpolating shape properties between adjacent slides.
- Custom Shapes: Design custom shapes that animate between slides, including size, position, rotation, and fill properties.
- Choreography: Plan the sequence of animation events for each slide, controlling the timing and visual flow of the presentation.
Quick Start
Use the morph-ppt skill to create a Morph transition between slide 1 and slide 2 with a circular shape.
officecli load_skill morph-ppt
officecli add slide[1] --type shape --prop 'name=!!scene-ring' --prop preset=ellipse --prop fill=E94560 --prop opacity=0.3 --prop x=5cm --prop y=3cm --prop width=8cm --prop height=8cm
officecli add slide[2] --type shape --prop 'name=!!scene-ring' --prop preset=ellipse --prop fill=E94560 --prop opacity=0.6 --prop x=20cm --prop y=2cm --prop width=12cm --prop height=12cm
officecli set slide[2] --prop transition=morph