morph-ppt

Generate PowerPoint Morph transitions by interpolating shape properties across adjacent slides.

1|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/BaranziniLab/BiorOffice --skill morph-ppt-baranzinilab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: morph-ppt
Source: https://github.com/BaranziniLab/BiorOffice/tree/main/officecli/skills/morph-ppt
Command: npx skills add https://github.com/BaranziniLab/BiorOffice --skill morph-ppt-baranzinilab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires officecli, and includes scripts (resource) and references (resource) components.

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

Frequently Asked Questions about morph-ppt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do PowerPoint Morph transitions work across adjacent slides?

PowerPoint Morph transitions work by automatically interpolating matching shape properties, such as size, position, rotation, and fill, across adjacent slides to create smooth cross-slide animations. This requires consistent scene actor naming between the interpolated shapes.

How do I create custom Morph transitions with matching shapes?

To create custom Morph transitions, add a shape to your first slide, then add a similarly named shape to the adjacent slide with altered properties. Apply the Morph transition to the second slide, and the Morph engine will automatically interpolate the size, position, and fill changes.

Does the Morph transition effect work with Keynote and WPS?

Yes, the Morph transition effect works with Keynote and WPS. The Skill utilizes the Morph engine of PowerPoint 365, Keynote, and WPS to generate the cross-slide animations by interpolating shape properties across adjacent slides.

Do I need officecli to generate animated PowerPoint slides?

Yes, you need officecli to generate animated PowerPoint slides. The Skill requires officecli to load the morph-ppt skill and execute Morph-specific commands for adding slides, defining shape properties, and applying the morph transition.

What is the best way to control animation timing and choreography in PowerPoint?

The best way to control animation timing and choreography is by planning the sequence of animation events for each slide. You manage the visual flow by defining spatial variety and matching scene actor names across adjacent slides to control how the Morph engine interpolates the transition.

Why does my cross-slide animation not interpolate correctly?

Your cross-slide animation may not interpolate correctly if the scene actor names do not match across adjacent slides. Effective Morph transitions require clear understanding of naming conventions, animation timing, and spatial variety to properly match and interpolate shape properties.