Re: Animating mixed units

Boris Zbarsky:
> For what it's worth, the way this works in Mozilla is that animating
> from Npx to M% sets the style at time t to -moz-calc((1-t)*Npx + t*M%).

Is this only with CSS properties?  I believe for attributes like r="" on
a <circle> that the value at any given time is converted into the second
value’s units.

It’d be good to have the calc() behaviour specified.

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Wednesday, 6 April 2011 17:20:57 UTC