back to project page

ChenilleKit Demo V1.0.2

code snippet
@Component(parameters = {"subject=Panel 1"})
private SlidingPanel panel1;

<div t:id="panel1" style="width: 350px;">
    content here
</div>
sample
Panel 1
code snippet
@Component(parameters = {"subject=Panel 2",
                         "options={duration:0.2}",
                         "closed=true"})
private SlidingPanel panel2;

<div t:id="panel2" style="width: 350px;">
    content here
</div>
sample
Panel 2
Footer