$("#tabInfo").kendoTabStrip({
animation: {
// fade-out current tab over 1000 milliseconds
close: {
duration: 1000,
effects: "fadeOut"
},
// fade-in new tab over 500 milliseconds
open: {
duration: 500,
effects: "fadeIn"
}
}
});
转载于:https://my.oschina.net/u/1858909/blog/759210
803

被折叠的 条评论
为什么被折叠?



