[css-images] color stops transition

Hi,

There is a post processing step that "orders" color stops if a user specifies them out of order. This creates the actual list of color stops[1].

""
The following steps must be applied in order to process the list of color stops
""

The paragraph about interpolation says[2]:

""
Interpolate each component and color-stop of the gradients independently.
""

Is this animation done on the post processed color stops, or the specified color stops?

Greetings,
Dirk

[1] http://dev.w3.org/csswg/css-images/#color-stop-syntax
[2] http://dev.w3.org/csswg/css-images/#interpolating-gradients

Received on Sunday, 18 August 2013 07:30:22 UTC