mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #477 from abarth/reprojection
Reduce paint time for Stocks drawer animation by 88%
This commit is contained in:
commit
67b2ee3a3b
@ -202,7 +202,9 @@ class _DrawerControllerState extends State<_DrawerController> {
|
||||
widthFactor: _performance.progress,
|
||||
child: new SizeObserver(
|
||||
onSizeChanged: _handleSizeChanged,
|
||||
child: config.child
|
||||
child: new ForcedLayer(
|
||||
child: config.child
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user