[Ambulant-users] 2.2b9: transIn does not seem to work?

Colin Beckingham colbec at start.ca
Wed Mar 17 14:12:27 CET 2010


In the following code, transIn attr. appears to be ignored, but transOut 
is good. If this is not just a beginner coding error I will add a bug to 
the sourceforge list:

<?xml version="1.1" encoding="UTF-8" ?>
<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 3.0 Language//EN"
     "http://www.w3.org/2008/SMIL30/SMIL30Language.dtd">
<smil xmlns="http://www.w3.org/ns/SMIL" version="3.0" 
baseProfile="Language">
   <head>
     <layout>
       <root-layout xml:id="root_main" title="Colin test" width="500" 
height="350" />
       <region xml:id='mainr' title='main region' top='10' left='10' />
     </layout>
     <transition xml:id="fade_0" dur="3s" type="fade" />
     <transition xml:id="fade_1" dur="3s" type="fade" />
   </head>
   <body>
   <seq>
     <smilText dur='6s' region='mainr' transIn="fade_0" transOut="fade_1" >
       Colin's example
     </smilText>
     <smilText dur='6s' region='mainr' transIn="fade_0" transOut="fade_1">
       Go away
     </smilText>
   </seq>
   </body>
</smil>

-- 
Colin Beckingham
http://www.it4gh.com


More information about the Ambulant-users mailing list