<!-- AUTHOR: Debbie Newman(debbien@microsoft.com) VERSION: 01/31/2001, v1 MODULE: Time Manipulations Module FEATURE: accelerate, decelerate FILE NAME: media_accelerate_decelerate.smil MEDIA COMPONENTS: images/animcount.gif (natural duration is 10 seconds) EXPECTED BEHAVIOR: 0-2 seconds: nothing 2-12 seconds: animated GIF counts from 0 to 9, starting out slow, then fast in middle and slow again at the end. at 12 seconds: the animated GIF ends and is removed --> <smil xmlns="http://www.w3.org/2001/SMIL20/Language"> <head> <layout> <root-layout width="640" height="480" backgroundColor="white"/> <region id="reg1" top="0px" left="0px"/> </layout> </head> <body > <img region="reg1" src="../images/animcount.gif" accelerate="0.5" decelerate="0.5" begin="2" dur="10"/> </body> </smil>