animation.open.effectsString

The effect(s) to use when playing the open animation. Multiple effects should be separated with a space.

Complete list of available animations

Example

<input id="dropdowntree" />
<script>
$("#dropdowntree").kendoDropDownTree({
    dataSource: [
        { text: "Item 1", value: 1 },
        { text: "Item 2", value: 2 }
    ],
    animation: {
        open: {
            effects: "zoomIn"
        }
    }
});
</script>
In this article
animation.open.effects
Not finding the help you need?
Contact Support