Is there a way to disable animation after item selected? I have route to next page with slide animation and this route starts immediately when menu item is tapped. So I have 2 parallel animations (hiding popup menu and animated route).
            Asked
            
        
        
            Active
            
        
            Viewed 955 times
        
    4
            
            
        - 
                    seems that you have to delay your animated route by [this](https://github.com/flutter/flutter/blob/e10df3c1a6/packages/flutter/lib/src/material/popup_menu.dart#L31) amount of time – pskink Apr 15 '20 at 05:31
 - 
                    Of course I can delay route animation, but prefer to disable popup animation :) Is it possible ? – Maciek Apr 15 '20 at 09:21