Gabriel Hofman

Results 4 comments of Gabriel Hofman

I'm having the same issue while dismissing the lightbox. Can we disable all animations for opening and closing the lightbox ?

It would really help me as well if we could have a props returning if the accordion is opened or closed.

I'll submit a PR shortly to have a prop for the opened and closed header ;)

@digitaldavenyc I didn't submit my PR yet :/ In the meantime, you can change `{this.props.header}` on line 106 by `this.state.is_visible ? this.props.headerOpened : this.props.headerClosed`. It will allow you to have...