2.13.2 AnimBuildTypeEnum

Referenced by: AnimationInfoAtom

An enumeration that specifies animation build types.

Name

Value

Meaning

BT_FollowMaster

0xFE

The shape follows the build type of the placeholder shape on its main master slide or its title master slide.

BT_NoBuild

0x00

No build for the shape.

BT_OneBuild

0x01

The shape animates in its entirety.

BT_Level1Build

0x02

Each paragraph of level 1 animates separately, and paragraphs of all other levels animate at the same time as their level 1 paragraphs.

BT_Level2Build

0x03

Each paragraph from level 1 to level 2 animates separately, and paragraphs of all other levels animate at the same time as their level 2 paragraphs.

BT_Level3Build

0x04

Each paragraph from level 1 to level 3 animates separately, and paragraphs of all other levels animate at the same time as their level 3 paragraphs.

BT_Level4Build

0x05

Each paragraph from level 1 to level 4 animates separately, and paragraphs of level 5 animate at the same time as their level 4 paragraphs.

BT_Level5Build

0x06

Each paragraph from level 1 to level 5 animates separately.

BT_GraphBySeries

0x07

Each series animates separately, and all elements in each series animate at the same time.

BT_GraphByCategory

0x08

Each category animates separately, and all elements in each category animate at the same time.

BT_GraphByElementInSeries

0x09

Elements in the chart animate in the following order:

Element in series 1 and category 1

Element in series 1 and category 2

Element in series 1 and category 3

Element in series 2 and category 1

Element in series 2 and category 2

Element in series 2 and category 3

Element in series 3 and category 1

Element in series 3 and category 2

Element in series 3 and category 3

BT_GraphByElementInCategory

0x0A

Elements in the chart animate in the following order:

Element in category 1 and series 1

Element in category 1 and series 2

Element in category 1 and series 3

Element in category 2 and series 1

Element in category 2 and series 2

Element in category 2 and series 3

Element in category 3 and series 1

Element in category 3 and series 2

Element in category 3 and series 3