When the slider is moved, you can call setCurrentTime() on the root
element
<http://www.w3.org/TR/SVG11/struct.html#InterfaceSVGSVGElement>
First you'll have to call pauseAnimations() so the animations will not
run when the slider isn't moved.

If you need to obtain any values for the time to which you slided,
then use the respective animVal instead of getAttributeNS().

One problem which arises is how to determine the time span which the
slider should parametrize. Animations can loop indefinitely, so there
is no global end time for an animated SVG.

--- In [email protected], "tim.becker80"
<[EMAIL PROTECTED]> wrote:
>
> Dear all,
> I'm working with SVG interactive animation for spatio-temporal data. 
> The main feature of the application I'm trying to build is a time-
> slider capable of interactively controlling a SMIL animation.
> Thanks to Kevin and carto.net, no need to build the slider, it's 
> already available.
> Ideally, I'd like the slider to reveal "micro-steps", those that are 
> interpolated in SMIL animation. In other words, the slider should 
> dynamically control the whole sequence of a SMIL animation's frames, 
> including the ones that are interpolated.
> Does the present specification allow such a level of interactivity 
> with the temporal dimension?
> 
> Is it possible?
> Who can give me info on this or direct me towards it?
> 
> Thanks,
> Tim.
>



------------------------------------

-----
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