Documentation says setting animation to false disables the animations...but any version I add in makes the window not function (like nothing happens when I call .open)
....am I doing it wrong?
$("#link-window").kendoWindow({ draggable: false, resizable: false, visible: false, modal: true, animation: "false", width: "300px", height: "100px", actions: ["Close"] });$("#link-window").kendoWindow({ draggable: false, resizable: false, visible: false, modal: true, animation: false, width: "300px", height: "100px", actions: ["Close"] });....am I doing it wrong?