enum AnimationSpeed in module com::sun::star::presentation::

(Global Index)

Syntax

enum AnimationSpeed;

Description

specifies the speed values of animation/fade effects.

Values Summary

SLOW set the speed from the animation/fade to slow.

MEDIUM set the speed from the animation/fade to medium.

FAST set the speed from the animation/fade to fast.

Values Details



SLOW

Syntax

SLOW,

Description

set the speed from the animation/fade to slow.


MEDIUM

Syntax

MEDIUM,

Description

set the speed from the animation/fade to medium.


FAST

Syntax

FAST,

Description

set the speed from the animation/fade to fast.

Top of Page