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 the interactive sequence in a PowerPoint presentation.

CreateAnimationInteractiveSequence

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/animation/interactiveSequences POST Adds an interactive animation sequence to a presentation slide. CreateAnimationInteractiveSequence

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 presentation slide.
sequence object 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.
storage string query false The name of the storage contaning the folder.

In case of Amazon S3 storage folder path starts with Amazon S3 bucket name.

Examples

MyFolder/MyPresentation.pptx document contains four shapes. Add the fly effect from below for the fourth shape by clicking on the first shape.

cURL Solution

SDK Solutions

SDKs

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