Add an Effect to a Main Sequence

Introduction

Aspose.Slides Cloud API allows you to work with the collection of effects in the main animation sequence in PowerPoint presentations. You can use the following method to add effects to main animation sequences on special slides (Master, Layout, or Notes).

CreateSpecialSlideAnimationEffect

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/{slideType}/animation/mainSequence POST Adds an effect to a main animation sequence on a special slide in a presentation saved in a storage. CreateSpecialSlideAnimationEffect

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.
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 a 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 two shapes on the Layout of the first slide. Add the Wipe effect to the second shape. The animation should play on a mouse click.

cURL Solution

SDK Solutions

SDKs

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