<?xml version="1.1"?> <!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 3.0 Language//EN" "http://www.w3.org/2008/SMIL30/SMIL30Language.dtd"> <!-- Copyright: Copyright 1998-2008 W3C (MIT, ERCIM, Keio), all Rights Reserved. See http://www.w3.org/Consortium/Legal/2008/04-testsuite-license. Revision: 26 Aug 2008 by Thierry Michel (test updated to SMIL Namespace, DTD and version and BaseProfile attribute) Required Modules: BasicAnimation BasicInlineTiming BasicLayout BasicMedia BasicTimeContainers SplineAnimation Structure TimeManipulation --> <smil xmlns="http://www.w3.org/ns/SMIL" version="3.0" baseProfile="Language"> <head> <layout> <root-layout backgroundColor="#ccffee" width="381" height="273"/> <region id="r" fit="fill"/> </layout> </head> <body> <par dur="indefinite"> <img region="r" src="../images/bg.gif" top="5" left="5" fit="hidden"/> <img region="r" id="T1" src="../images/smile.jpg" height="50px" width="50px" top="140" left="37"/> <animate id="anim2" begin="2s" dur="10" calcMode="linear" keyTimes="0;.9;1" values="100;0;250" targetElement="T1" additive="sum" attributeName="width" fill="freeze" autoReverse="true"/> </par> </body> </smil>