[web-animations] Animation composite order (was: Ordering animations based on when they transition from idle)

2015-07-15 Thread Brian Birtles
Hi, Just following up on this thread, Shane and I discussed this a bit on IRC yesterday and we wonder if we should push ahead with adding the ability to tweak priorities soon-ish. A few points we discussed: * Priority may be confused with CSS prioritization. From here on we will refer to

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

2015-07-15 Thread Kari Pihkala
2015-07-15 9:04 GMT+03:00 Shane Stephens sh...@google.com: This is slightly better than start time ordering, but not much - for example, it means that if you've started other animations in the wrong order with respect to the animation you're about to start, you are out of luck unless

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

2015-07-15 Thread Shane Stephens
On 2015/07/15 8:37, Shane Stephens wrote: (3) It is idiomatic to create animation resources separately from their scheduling. We've already seen a desire to do things like this with declarative animation and triggers, or with time sheets. It seems equally true to say that its idiomatic to