Closed
Description
Issue by Hixie
Friday Sep 25, 2015 at 19:47 GMT
Originally opened as https://github.com/flutter/engine/issues/1348
If you half-dismiss a card in the card collection demo, then wait for it to start bouncing back, then catch it as it's bouncing back and dismiss it again, nothing happens. I'm guessing it's because _handleDragStart() does nothing if the fade performance is underway, but surely it should interrupt the current performance and slave it to the finger if the finger goes down again.