Update an Effect in an Interactive Sequence

Introduction

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

UpdateSpecialSlideAnimationInteractiveSequenceEffect

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/{slideType}/animation/interactiveSequences/{sequenceIndex}/{effectIndex} PUT Updates an effect in an interactive animation sequence on a special slide in a presentation saved in a storage. UpdateSpecialSlideAnimationInteractiveSequenceEffect

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 sequence.
effectIndex integer path true The 1-based index of an effect to be modified.
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 path to the folder containing the presentation.
storage string query false The name of the storage contaning the folder.

Example

The document MyPresentation.pptx saved in the default storage contains one interactive animation sequence with two effects on the Layout of the first slide. Change the second effect to Split and trigger it on click by the same shape.

cURL Solution

SDK Solutions

SDKs

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