Re: Animating properties

I found answers to a couple of my questions.

I wrote:
> 3. With XML attributes the appropriate interface will have member
>    variables of type SVGAnimated*.  How do you get the base and animated
>    values for CSS properties?

It seems that you use getComputedStyle and getOverrideStyle to get the base
and animated CSS values, respectively.

> 4. Should animation take precedence over any author specified values for
>    CSS properties?  What if a property is marked important, as in:

According to SMIL !important properties should override animations.

-- 
Cameron McCormack
|  Web: http://mcc.id.au/
|  ICQ: 26955922

Received on Friday, 12 December 2003 20:42:20 UTC