You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a situation where we used your rc-collapse in our web app and in development it worked great. For some reasons we need to put it in iframe, and after we did it animation stopped working.
Accordion is still opening and closing tho, but without animation. It seems to me that it doesn't set the initial height (by inspecting it in Chrome), only final height. For example: when I want to open it first time, it only sets height: 200px. But without iframe, it correctly sets first 0px and 200px after that, so animation works.
Do you know why this might be happening?
The text was updated successfully, but these errors were encountered:
I have a situation where we used your rc-collapse in our web app and in development it worked great. For some reasons we need to put it in iframe, and after we did it animation stopped working.
Accordion is still opening and closing tho, but without animation. It seems to me that it doesn't set the initial height (by inspecting it in Chrome), only final height. For example: when I want to open it first time, it only sets height: 200px. But without iframe, it correctly sets first 0px and 200px after that, so animation works.
Do you know why this might be happening?
The text was updated successfully, but these errors were encountered: