CSS
- 2 ответа
- 0 вопросов
0
Вклад в тег
'mouseleave.owl.autoplay': $.proxy(function() {
if (this._core.settings.autoplayHoverPause && this._core.is('rotating')) {
this.stop(); // для исправление проблемы с возобновлением автопрокрутки
this.play();
}
}, this),