Здравствуйте. Взял проект уже сделанный и на нем сделал стандартный слайдер из компонента catalog.top. Но при событии на стрелки (window.JCCatalogTopBannerList.prototype.RowRight) в блоке
new BX.easing({
duration : 800,
start : { left : -this.prevIndex*100 },
finish : { left : -this.currentIndex*100 },
transition : BX.easing.transitions.quart,
step : BX.delegate(function(state){
this.slider.row.style.left = state.left+'%';
}, this)
}).animate();
на строку BX.easing.transitions.quart пишет BX.easing is undefined.
Вроде все пересмотрел. Обновления все есть. Не пойму в чем дело, может кто в курсе.
new BX.easing({
duration : 800,
start : { left : -this.prevIndex*100 },
finish : { left : -this.currentIndex*100 },
transition : BX.easing.transitions.quart,
step : BX.delegate(function(state){
this.slider.row.style.left = state.left+'%';
}, this)
}).animate();
на строку BX.easing.transitions.quart пишет BX.easing is undefined.
Вроде все пересмотрел. Обновления все есть. Не пойму в чем дело, может кто в курсе.