Re: [web-animations] Ordering animations based on when they transition from idle

On 2015/06/22 14:14, Brian Birtles wrote:
> On 2015/06/22 13:10, Shane Stephens wrote:
>> One concern I have is that currently text order (or creation order) is
>> inviolate which makes it easy to reason about; but that might be
>> outweighed by the fact that if we made this change then authors could
>> (to a degree) choose to reorder the animations.

I just realized we may be talking cross purposes here. CSS animations 
and transitions never restart so long as they are bound to markup. As a 
result, the difference here is just:

   priority with old behavior: text order (or creation order)
   priority with new behavior: text order (or start order)

Received on Monday, 22 June 2015 05:25:13 UTC