-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix(expandable): glitching animated expansion #151
Fix(expandable): glitching animated expansion #151
Conversation
fabric-ds@fd69c9a removed base styles which is needed when using element-collapse. Basically not have a `overflow: hidden` and `height: 0px`, makes it have default values causing the glitching effect. However when in default expanded mode, these styles must not be there. Closes fabric-ds/issues#108 fabric-ds#144
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for fixing it! 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added a comment suggestion, if you think it could be improved, feel free. In any case once that line is commented we can go ahead and merge this I think.
Co-authored-by: Richard Walker <digitalsadhu@gmail.com>
🎉 This PR is included in version 1.4.2-next.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.4.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
fd69c9a removed base styles which is needed when using element-collapse. Basically not have a
overflow: hidden
andheight: 0px
, makes it have default values causing the glitching effect.However when in default expanded mode, these styles must not be there.
Closes
fabric-ds/issues#108
#144
If there is a simpler solution, please apply it! 😁 At least this does seem to work.