UNPKG
@three11/accordion
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.1
Front-end Accordion widget using max-height
github.com/three11/accordion
three11/accordion
@three11/accordion
/
src
/
accordion.css
9 lines
(7 loc)
•
104 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
[data-title]
{
cursor
: pointer; }
[data-content]
{
overflow
: hidden;
transition
: max-height
0.4s
; }