Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
When bookmarking a page via the keyboard shortcut, the modal animation is incredibly slow.
Expected behavior:
The modal should open almost instantly.
Platform (Win7, 8, 10? macOS? Linux distro?):
Tested on OS X.
Brave Version (revision SHA):
0.13.0 preview 10 (c60b783)
Steps to reproduce:
Extra QA steps:
1.
2.
3.
Screenshot if needed:
Any related issues:
I see your steps to reproduce, and i raise you a "Steps to not reproduce":
Actual results:
Fades in fairly fast.
Any idea what I'm doing wrong?
This should have been solved with #6382 for #6380
The code with .bookmarkHanger doesn't exist anymore there, maybe check the history on the file to see when it was changed out after that.
I don't think this is blocking, and we could use some more info here so I'm going to move to 0.13.1.
Is this not?

You're right @luixxiul I must have been searching the wrong repo or something.
With no owner and no solid STR, I don't think this should be included in 0.13.2. Perhaps it is related to the # bookmarks that a user has? (and in that case, our site list => map change should help)
I'm going to mark as contributor backlog and tag as info needed
For a contributor:
- > * {
+
+ // Animate all direct descendants except for the bookmark bar
+ // PR #6382
+ > *:not(.bookmarkHanger) {
I think @bkilrain would like to fix the issue. the hint is above ;-)
I'm up for the challenge!
@bkilrain Sweet! Please don't forget to include Fix #6748 and Fix #6380 (#6380) in the commit message. Thanks in advance!
Fixed with https://github.com/brave/browser-laptop/pull/8443 (https://github.com/brave/browser-laptop/pull/8136)
Most helpful comment
I'm up for the challenge!