Added speed, position and aria options#87
Open
T-Fletcher wants to merge 29 commits intomeanthemes:masterfrom
Open
Added speed, position and aria options#87T-Fletcher wants to merge 29 commits intomeanthemes:masterfrom
T-Fletcher wants to merge 29 commits intomeanthemes:masterfrom
Conversation
User should be able to switch between adding the expand/collapse link before or after the child menu.
User should be able to switch between adding the expand/collapse link before or after the child menu.
Also updated the selection method of child menu expand/collapse links to use CSS direct decendent selectors rather than the original '.parent()' system
Mean expand position
Added meanExpandPosition option and updated README
merging master into meanExpandPosition-test-1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a few options for flexibility and accessibility:
meanSpeed:300- an integer that sets the speed of all animations in milliseconds e.g.1000= 1 secondmeanExpandPosition:after, options:before/after` to change where the expand/contract icon is inserted in the list markupmeanAria:true, options:true/false- addsaria-expanded,aria-labelandroleattributesAll included in the readme with their default options