Posted 11 Nov 2012 Link to this post
function
btnShowModalView_Click(e) {
var
mv = $(
"#mvComposer"
).data(
"kendoMobileModalView"
);
//look under the hood of kendoMobileModalView
//console.log(mv);
mv.shim.options.duration = 200;
mv.shim.options.effect =
"slide:up"
;
mv.open();
}
Posted 18 Mar 2013 Link to this post
Posted 19 Mar 2013 Link to this post
Posted 15 Nov 2013 Link to this post
mv.shim.popup.options.animation.open.duration = 400;
mv.shim.popup.options.animation.open.effects =
"slideIn:up"
mv.shim.popup.options.animation.close.duration = 400;