Re: [css3-transitions] How mismatched transition-* value lengths are resolved

On Mon, Oct 25, 2010 at 2:19 PM, Simon Fraser <smfr@me.com> wrote:
> On Oct 22, 2010, at 4:28 PM, Sylvain Galineau wrote:
>> Given that duplicate properties are handled on
>> a last-one-wins basis, repeating the transition-property list itself seems
>> less
>> desirable and more prone to causing unwelcome surprises.
>
> I'm not sure what you mean by "repeating the transition-property list
> itself".

He means, given CSS like "transition-property: color,
background-color; transition-duration: 1s 2s 3s;", cycling
transition-property to match the length of the duration list,
obtaining a result identical to "transition-property: color,
background-color, color; transition-duration: 1s 2s 3s;".

~TJ

Received on Monday, 25 October 2010 21:25:03 UTC