Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msigley authored Apr 21, 2022
1 parent 60bb006 commit f317a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A small library for show and hiding elements written in Vanilla JS

# Features
* Uses M height calculation to allow the links or buttons used to show/hide the content to be inside of the parent container.
* Uses M height calculation to allow the links or buttons used to show/hide the content to be inside of the container whose content is being hidden.
* Uses a ResizeObserver and animation frames to recalculate the M height on window resize.
* Doesn't hide content using display: none.
* This prevents layout issues from hiding content.
Expand Down

0 comments on commit f317a23

Please sign in to comment.