Re: [csswg-drafts] [css-grid][css-flexbox] Pinterest/Masonry style layout support

It's true that appending to the shortest column is a greedy approach to minimize the height of the container. But it also has downsides, e.g. you animate the height of an item a little bit, and bam!, the order of the following items completely changes. It's not a stable layout. Recalculating it all seems more expensive for browsers, and as an user I get confused by these spooky actions at a distance.

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

Received on Sunday, 13 August 2017 13:03:47 UTC