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

Kees Blom Kees.Blom at cwi.nl
Wed Mar 17 14:28:20 CET 2010


On 17/03/10 14:12, Colin Beckingham wrote:
> 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>
>
Which platform ?
Should have been fixed for Linux as of Feb.24, Win32 and Mac still 
pending (Bug tracker #2957973)
I think  2.2b9 was 1 or 2 weeks earlier, so we're already looking into this.

Thank you fro the reminder.

Kees Blom.



More information about the Ambulant-users mailing list