summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/_entries/33_slide.md
blob: 94a1b3813d0d481817fa32f80840bc5050d0c60c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
title: slide
name: options-slide
---

Turn slide animation on or off. Default is true.

{% highlight js %}
$('#tree1').tree({
    slide: false
});
{% endhighlight %}