Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Popover] animated property ignored #3140

Closed
ghost opened this issue Feb 2, 2016 · 3 comments
Closed

[Popover] animated property ignored #3140

ghost opened this issue Feb 2, 2016 · 3 comments
Labels
bug 🐛 Something doesn't work

Comments

@ghost
Copy link

ghost commented Feb 2, 2016

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

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

@mbrookes mbrookes changed the title animated property ignored on popover [Popover] animated property ignored Feb 2, 2016
@FranBran
Copy link

FranBran commented Mar 8, 2016

seems the animated-property actually is not ignored, but it's only considered for fading out the popover

@tintin1343
Copy link
Contributor

Closing this.

@uriklar
Copy link

uriklar commented Jul 14, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work
Projects
None yet
Development

No branches or pull requests

4 participants