timeContainer property

Sets or gets the type of timeline associated with an element.

Syntax

JScript
sType = object.timeContainer

 

Property values

Type: String

A String that specifies one of the following values.

Examples

This example shows how to use the TIMECONTAINER attribute to create a time container.

Code example: http://samples.msdn.microsoft.com/workshop/samples/author/behaviors/htmltime/timeContainer.htm


<HTML>
<HEAD>
<STYLE>
.time        	{ behavior: url(#default#time2);}
</STYLE>
</HEAD>

<BODY>

<MARQUEE CLASS="time" TIMECONTAINER="seq" REPEATCOUNT="indefinite">
<IMG CLASS="time" DUR="4" SRC="smilingWoman.gif" ALT="Smiling Woman">
<img CLASS="time" DUR="4" SRC="smilingMan.gif" ALT="Smiling Man">
<img CLASS="time" DUR="4" SRC="child.gif" ALT="Smiling Man">
</MARQUEE>

</BODY>
</HTML>


See also

animate
animateColor
animateMotion
animation
audio
img
media
set
switch
time2
video
Reference
excl
par
seq
Conceptual
Introduction to HTML+TIME

 

 

Show: