IPresentationAnimationPlayer class

IPresentationAnimationPlayer class

Represents a player of the animation.

        Animations generated by [`PresentationAnimationsGenerator`](/slides/python-net/aspose.slides.export/presentationanimationsgenerator) via its **NewAnimation** event.

The IPresentationAnimationPlayer type exposes the following members:

Properties

PropertyDescription
durationGet animation duration [ms]

Methods

MethodDescription
set_time_positionSet the animation time position within the IPresentationAnimationPlayer.duration.
get_frameGet the frame for the current time position previously set with the Aspose.Slides.Export.IPresentationAnimationPlayer.SetTimePosition(Syste method.

See Also