Working with Animation -- Aspose.Slides FOSS for Python
Aspose.Slides FOSS for Python provides classes for working with working with animation.
Overview
The key classes involved are:
IAnimationTimeLineAfterAnimationTypeAnimationTimeLineITextAnimationITextAnimationCollection
Getting Started
Install Aspose.Slides FOSS for Python:
pip install aspose-slidesBasic Usage
// Basic usage of IAnimationTimeLine
// See reference documentation for full API detailsTips and Best Practices
- Always dispose of document objects after use
- Handle file I/O exceptions when reading or writing files
- Check the API reference for the latest signatures
API Reference Summary
| Class | Description |
|---|---|
IAnimationTimeLine | See reference docs |
AfterAnimationType | See reference docs |
AnimationTimeLine | See reference docs |
ITextAnimation | See reference docs |
ITextAnimationCollection | See reference docs |
For full details, see the API Reference.