Re: [csswg-drafts] [css-transitions] why doesn't transitionend event fire in some cases?

Ok thanks for that information. I missed the text in that first link you posted. So looks like `transitioncancel` could work when element css is changed  (i.e. to `display:none` or if transition properties are removed from element's css) after a transition has begun or will eventually begin. Great!

But how would I wait for a group of elements to transition and some of them dont have transition properties on them at all? In my library, I resolve the "waiting promise" immediately. So I guess I would still need my library to simplify interoperability of (animatable vs non-animatable elements) in these cases?

-- 
GitHub Notification of comment by mkay581
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3043#issuecomment-415183780 using your GitHub account

Received on Wednesday, 22 August 2018 21:18:29 UTC