Hi Frank,

 

Your answers have been helping me a lot.

I would like to take your help  in Resolving the time lists for the
below ones too...

<text x="315" y="215" text-anchor="end">Second interval will start
late</text>

 

      <rect x="320" y="200" width="40" height="20" fill="#FA5"
stroke="#555">

        <animate attributeName="x" from="400" to="400" 

                 begin="1;3;8" end="syncbase01.begin+2"/>

      </rect>

 

      <set xml:id="syncbase01" attributeName="visibility" to="visible" 

           begin="0;4;5;8"/>

 

 

 

end value for syncbase01.begin+2 is 0+2 =2s but if I view the source in
the file , it says that

the end is at 4s and not at 3s too...

 

________________________________________________________________________
______________________________________________________________

      <text x="315" y="245" text-anchor="end">Several sync-dependencies
to one sync-base</text>

 

      <rect x="320" y="230" width="40" height="20" fill="#FA5"
stroke="#555">

        <animate attributeName="x" from="400" to="400" 

 
begin="syncbase02.begin;syncbase02.end-5;syncbase02.end+2;syncbase02.beg
in+7" 

 
end="syncbase02.end;syncbase02.begin-2;syncbase02.begin+6"/>

      </rect>

 

      <set xml:id="syncbase02" attributeName="visibility" to="visible" 

           begin="4" end="6"/>

I am assuming that begin list is evaluated as begin= " 4;1;8;11" end
="6;2;10"...

 

Synbase.begin =4 

Syncbase.end = 6

 

I hope I am correct..

 

Please let me know if any computation is wrong ..

 

Thanx in advance

 

Prem

 

________________________________

From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of Frank Bruder
Sent: Monday, January 28, 2008 1:27 AM
To: [email protected]
Subject: [svg-developers] Re: Begin and End

 

Using the values attribute with only two values should have the same 
effect as using from and to. (If no keyTimes or the like are used, at 
least.) No matter if those values are different or equal to each 
other. So values="400;400" would still produce just the same effect 
as from="400" to="400" or <set to="400" ... />

Regards

Frank

--- In [email protected]
<mailto:svg-developers%40yahoogroups.com> , "Prem 
Dasari" <[EMAIL PROTECTED]> wrote:
>
> Thnx Frank
> 
> ----------------------------------------------------------
----
> -----
> <rect x="320" y="140" width="40" height="20" fill="#FA5" 
stroke="#555">
> 
> <animate attributeName="x" from="400" to="400" 
> 
> begin="1" end="2"/>
> 
> ----------------------------------------------------------
----
> ------------------------------------------
> 
> In the example above if we use values="400;400" how would the 
Behaviour
> be..
> 
> 
> 
> there would be no animation or 320- 400 set effect will continue??
> 
> 
> 
> Regards
> 
> Prem
> 
> 
> 

 


#########################################
THIS EMAIL MESSAGE IS FOR THE SOLE USE OF THE INTENDED RECIPIENT(S) AND MAY 
CONTAIN CONFIDENTIAL AND PRIVILEGED INFORMATION. ANY UNAUTHORIZED REVIEW, USE, 
DISCLOSURE OR DISTRIBUTION IS PROHIBITED.BEFORE OPENING ANY ATTACHMENTS PLEASE 
CHECK FOR VIRUSES AND DEFECTS.IF YOU ARE NOT THE INTENDED RECIPIENT, PLEASE 
NOTIFY US IMMEDIATELY BY REPLY E-MAIL AND DELETE THE ORIGINAL MESSAGE.
#########################################


[Non-text portions of this message have been removed]



-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to