Adds a Microsoft® DirectAnimation® behavior (DABehavior ) to the run list when the behavior is not part of the animation model.
Syntax
object.addDABehavior(oBehavior, iID)
Parameters
oBehavior Required. Object that specifies the DABehavior to add. iID Required. Integer that specifies the identifier of the DABehavior to add. This value is used in a subsequent call to the removeDABehavior method to remove the DABehavior.
Return Value
No return value.
Remarks
When the system starts the animation, additional behaviors are run with the same start time as the behaviors included in the original animation.
For more information about DirectAnimation, see the Microsoft DirectAnimation Software Development Kit (SDK) .
Applies To
anim
See Also
Multimedia Extensions to HTML+TIME