[css3-transitions] display property / transitionstart event

Is there any update on the issue of allowing transitions for every  
property? (Even though they not necessarily animate.)

Another thing we could do to make display useful is that if it goes to  
none you change it in the end. And if it goes from none you change it  
right away. I don't think anything else needs special casing, it is  
especially going to and from none that would be very useful to have. E.g.  
animating the width to 0 and then having it completely disappear from  
layout.

Another hack-ish solution (though maybe a good idea in general) would be  
to have an event for when the transition starts so authors can set the  
appropriate value for display themselves based on that event (and maybe  
for other properties, or do other things meanwhile).


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Wednesday, 6 January 2010 23:34:22 UTC