Re: [css-animations] Animations that start and end in the past

>
>
> We agreed start/end need to fire together. Now you say that an animation
> that didn't actually run needs to fire an end event. And thus, presumably a
> start event since they need to be paired? Hmmm.


One of the most consistent pieces of feedback I hear about CSS Transitions
is that developers can't chain transitions due to the fact that transition
end events don't reliably fire. Let's not make the same mistake with CSS
Animations: if an author has asked for an animation, let's give them an
event to know that it finished, whether or not the animation had a visual
impact.

Cheers,
    -Shane

Received on Friday, 30 May 2014 05:47:11 UTC