我想在面板上激活卡片时为过渡设置动画。有什么想法吗?
main.setActiveItem(1) 正在更改卡片,但我想为从右到左的过渡设置动画(不是从左到右的默认设置)
我有这个功能:
buttonBackImageDetalle: function(button, e, options) {
var main = this.getMain();
//Ext.fx.Animation.setDirection('right');
main.setActiveItem(1);
console.log('<-- back');
}
谢谢你的时间!