TIMER:
Timer: 0

EXPECTED BEHAVIOR:
SET will begin at 2 seconds and have a duration of 2 seconds.
At 2 seconds, div will move from left:10px to left:300px.
At 4 seconds, div will return to its original position.
**Note: the set is a child element of the div so targetElement is not needed.

SAMPLE CODE:
<div id="div1" style="left:10; width:150; height:150; background-color:blue">
<t:set attributeName="left" to="300" begin="2" dur="2"/>
</div>

INFORMATION:
Copyright: Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/. Author: Debbie Newman, Microsoft
Version: 11/01/2000
Module: Set
Feature: attributeName=left, begin, dur
File Name: set_attName_left_nested_to_begin_dur.htm
Media Components: none