add the lines (#25846)

* add the lines

* Grammar and formatting fix
pull/34817/head
gourabk121 2019-02-17 09:51:42 +05:30 committed by Manish Giri
parent bca4d896cc
commit 0ced2546ec
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ Bootstrap collapse is provided as seperate plugin called collapse.js, which mean
Bootstrap collapse can be used with a couple of elements, a button, anchor tag or panel. To use collapse you need at least two elements, one element will control the hide or reveal state of the other element.
The collapse JavaScript plugin is used to show and hide content. Buttons or anchors are used as triggers that are mapped to specific elements you toggle. Collapsing an element will animate the height from its current value to 0. Given how CSS handles animations, you cannot use padding on a `.collapse` element. Instead, use the class as an independent wrapping element.
The collapse plugin works by changing the class on the collapsible element. There are three possible classes:
* .collapse - this class hides the element