Closed
Description
Issue by Hixie
Friday Sep 25, 2015 at 20:16 GMT
Originally opened as https://github.com/flutter/engine/issues/1352
Dismissable uses a SquashTransition with a performance with a 0.4..1.0 Interval. This means that for the first 40% of the performance, it's ticking but not doing anything. Yet we still fire resize events on the mixed viewport. We should not.