=================================== IE 5.5 Demos - HTML+Time Animations =================================== Last Updated: October 03, 2000 SUMMARY ======== HTML+TIME (Timed Interactive Multimedia Extensions), first released in Microsoft® Internet Explorer 5, adds timing and media synchronization support to HTML pages. Using a few eXtensible Markup Language (XML)-based elements and attributes, you can add images, video, and sounds to an HTML page and synchronize them with HTML text elements over a specified amount of time. In short, you can use HTML+TIME technology to quickly create multimedia-rich, interactive presentations, easily and with little or no scripting. DETAILS ======== These animations use hidden HTML elements. Over time, the display property is set to block using the t:SET element. As each element is displayed, different attributes of the element are animated using the t:ANIMATE element. Changing the left and top CSS attributes animate the element positions. On the top animation, the background cycles through multiple colors using the t:ANIMATECOLOR element. You can create various effects by animating filters that are applied to elements. For example, to create a fading effect, apply the alpha filter and animate the filter's opacity property. USAGE ====== This behavior requires some basic declarations: - An "xmlns" declaration inside the HTML tag. - An import declaration with the appropriate namespace as specified in the "xmlns" declaration. Syntax: The following code shows a basic HTML+TIME document structure with the "xmlns" declaration and the import declaration.
The following code demonstrates how to animate a color change on an element.