:: com :: sun :: star :: animations ::

interface XTargetPropertiesCreator

Methods' Summary
createInitialTargetProperties Determine a sequence of global target properties. 
Methods' Details
createInitialTargetProperties
sequence< TargetProperties >
createInitialTargetProperties( [in] XAnimationNode  rootNode );

Description
Determine a sequence of global target properties.

This method generates a sequence of TargetProperties in effect before the given SMIL animations start. These properties should be applied to the given animation targets, to achieve correct playback of the SMIL animations.

Parameter rootNode
Root node of the SMIL animation tree.
Top of Page