Problem/Motivation
Currently, the caret that points out that there is a main menu item switches to point to the left when the drawer opens. This animation is unnecessary: the caret should keep pointing to the drawer opened.

Proposed resolution
Remove the the change of direction for the carer and any JS that might be associated with the status change for this. The caret should stay pointing to the opened drawer.
| Comment | File | Size | Author |
|---|---|---|---|
| caret-rotating.gif | 659.33 KB | ckrina |
Issue fork navigation-3437395
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:
- 3437395-caret-animation
changes, plain diff MR !217
- 3437395-the-caret-from
compare
Comments
Comment #2
bronzehedwickComment #4
bronzehedwickComment #6
ckrinaThis is actually removing the transition, but not the animation to turn the caret :)
Comment #7
ckrinaComment #8
bronzehedwickComment #9
bronzehedwick@ckrina I've corrected the issue: the top level caret now always points right, and the submenu arrows still animate up/down.
Comment #10
bronzehedwickComment #11
ckrinaThis is perfect now, thanks!