Problem/Motivation
After visually hidden was used on button label we have visual regression on expand button

| Comment | File | Size | Author |
|---|---|---|---|
| expand.gif | 82.76 KB | finnsky |
Issue fork navigation-3402067
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
kostyashupenkoThe easiest way how we can prevent this - is to hide label while transitioning (this is exactly what MR does)
Comment #5
meeni_dhobale commentedYes, I think this MR will solve this issue, I also tried this solution on my local and it is working fine for me. The animation looks much smoother than previous.
Comment #7
ckrinaMerged. Thank you!