Trying to remove animation from popover - seems the animated property is ignored:
anchorEl={anchorEl}
animated={false}
anchorOrigin={{horizontal: 'middle',vertical: 'top'}}
targetOrigin={{horizontal: 'middle',vertical: 'top'}}
onRequestClose={this.ClosePopup} >
seems the animated-property actually is _not_ ignored, but it's only considered for fading out the popover
Closing this.
Is there a way to have Popover no animate on fade in?
Most helpful comment
Is there a way to have Popover no animate on fade in?