The TIMEACTION attribute is a simple way to lend more control and power over HTML+TIME elements.
Introducing TimeAction

This attribute determines what action is taken on the element while the time line is active.

TIMEACTION = ""

Element:  Inactive

The specified classname is applied to the element while it is active on the time line and removed while the element is inactive.
Element displays with the inline style when the time line is active, and displays without the inline style when the time line is inactive. This text uses a filter when it is active.
This element displays when the time line is active and disappears when the time line is inactive. As the element changes between active and inactive states, the surrounding HTML elements dynamically reflow within the page.
This element's visibility property displays the element when the time line is active, and makes the element disappear when the time line is inactive. The surrounding HTML elements do not reflow as a result of the local element changing between active and inactive states.
Does this text reflow when the element above dissapears?

To view the source code, right-click this page and choose View Source from the shortcut menu that appears.

© 2007 Microsoft Corporation. All rights reserved. Terms of use.