Material-ui: [Popover] animated property ignored

Created on 2 Feb 2016  ·  3Comments  ·  Source: mui-org/material-ui

Trying to remove animation from popover - seems the animated property is ignored:

open={open}
anchorEl={anchorEl}
animated={false}
anchorOrigin={{horizontal: 'middle',vertical: 'top'}}
targetOrigin={{horizontal: 'middle',vertical: 'top'}}
onRequestClose={this.ClosePopup} >

bug 🐛

Most helpful comment

Is there a way to have Popover no animate on fade in?

All 3 comments

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?

Was this page helpful?
0 / 5 - 0 ratings