Add an Effect to an Interactive Sequence

Introduction

Aspose.Slides Cloud API enables you to manipulate animations within PowerPoint presentations, including reading, adding, modifying, and deleting them. You can add effects to interactive animation sequences on special slides (Master, Layout, or Notes) in presentations using the following method.

CreateSpecialSlideAnimationInteractiveSequenceEffect

API Information

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

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.
sequenceIndex integer path true The 1-based index of an interactive animation sequence.
effect Effect body true The data transfer object with effect parameters.
password string header false The password to open the presentation.
folder string query false The folder where the presentation file is located.
storage string query false The storage where the folder is located.

Example

The document MyPresentation.pptx saved in the default storage contains two interactive animation sequences on the Layout of the first slide, each with a single effect (Fly and Split, for example). Add a Fade effect for the fourth shape into the second interactive sequence.

cURL Solution

SDK Solutions

SDKs

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