Create an Interactive Sequence

Introduction

The interactive animation sequence represents animations that are triggered by click on a specified shape. The following method allows you to create interactive sequences on special slides (Master, Layout, or Notes) in PowerPoint presentations.

CreateSpecialSlideAnimationInteractiveSequence

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/{slideType}/animation/interactiveSequences POST Adds an interactive animation sequence to a special slide in a presentation saved in a storage. CreateSpecialSlideAnimationInteractiveSequence

Request Parameters

Name Type Location Required Description
name string path true The name of a presentation file.
slideIndex integer path true The 1-based index of a regular slide.
slideType SpecialSlideType path true The type of a special slide.
sequence InteractiveSequence body true The collection of shape effects.
password string header false The password to open the presentation.
folder string query false The path to the folder containing the presentation file.
storage string query false The name of the storage contaning the folder.

Examples

The document MyPresentation.pptx saved in the default storage contains four shapes on the Layout of the first slide without animations. Add the fly effect from below for the fourth shape by clicking on the second shape.

cURL Solution

SDK Solutions

SDKs

Check Available SDKs to learn how to add an SDK to your project.