- From: David Hyatt <hyatt@apple.com>
- Date: Tue, 01 Dec 2009 22:25:05 -0600
- To: "L. David Baron" <dbaron@dbaron.org>
- Cc: Simon Fraser <smfr@me.com>, www-style@w3.org
We don't. WebKit doesn't actually support visibility:collapse (except experimentally on flexboxes). The engine doesn't actually support it yet on table objects. Right now in WebKit for animation purposes they're considered to be "the same value" so no animation occurs. dave On Dec 1, 2009, at 9:56 PM, L. David Baron wrote: > On Tuesday 2009-12-01 19:26 -0800, Simon Fraser wrote: >> The way that WebKit implements this is to treat all intermediate values >> between anything and 'visible' as 'visible'. So I'm not sure that you >> need to call out 'collapse'. > > Then how do you handle an animation between 'collapse' and 'hidden'? > > -David > > -- > L. David Baron http://dbaron.org/ > Mozilla Corporation http://www.mozilla.com/ >
Received on Wednesday, 2 December 2009 04:25:39 UTC