- From: Jared Wein <jaws@mozilla.com>
- Date: Fri, 25 Mar 2016 14:35:17 -0400
- To: www-style <www-style@w3.org>
Received on Friday, 25 March 2016 18:36:26 UTC
The flex spec introduced the 'order' property as an animatable property. This is supported and implemented in Gecko, but the implementation doesn't interpolate the position of the element that is moving. In the CSS Grid implementation, elements moved via a transition on the 'order' property jump from grid-area to grid-area. It would be ideal if we could "slide" the elements instead of jumping them. See https://bugzilla.mozilla.org/attachment.cgi?id=8734793 for a reduced testcase. What are some complicated cases that make this a fundamentally hard problem? Thanks, Jared
Received on Friday, 25 March 2016 18:36:26 UTC