Re: [css3-animations] Change to currentColor means it's no longer animatable?

On Monday 2012-04-30 15:52 -0700, Tab Atkins Jr. wrote:
> On Mon, Apr 30, 2012 at 3:31 PM, Shane Stephens <shans@google.com> wrote:
> > We already make an exception for animating gradient stops - these actually
> > can't be calculated until used-time due to the need to know the size of the
> > container.
> 
> That one's even worse - it's us actually edging into the "used-time
> transitions" space.  We want to do that eventually, but have been
> resisting it so far (unfortunately ;_;).
> 
> currentColor is only used-time due to a technicality, so it's even
> easier than the gradient case.

I don't think so.  Gradient stop positions that are mixes of lengths
and percents can be represented using calc(), and thus done entirely
at the computed value stage.

-David

-- 
𝄞   L. David Baron                         http://dbaron.org/   𝄂
𝄢   Mozilla                           http://www.mozilla.org/   𝄂

Received on Monday, 30 April 2012 23:03:39 UTC