Re: [csswg-drafts] [css-transition-transition-delay-animation-extension]

I know functionality (with display) would have come in handy in almost
 every project I've worked at for the past few of years.  Of course, 
you find your way around it by animating the item off the page between
 99 and 100%, setting a zero max-height, or keying off transitionend 
(in a growing number of supported browsers).  I'm not a fan of the 
transitionend event because I see it as kind of muddying the one way 
JS -> CSS pattern I'm used to, but all things change in a dynamic 
environment :)

If you're doing a lot of motion on the page and you want things to 
happen in a very specific way (opacity fade as something slides off 
the page, etc), using "all" just doesn't work.  I'll give "step end" a
 try tonight for my hover example.  

Thanks for pointing that out BTW.  I appreciate you guys giving it 
some attention.

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

Received on Friday, 10 June 2016 02:00:31 UTC