|
|
|
@ -105,35 +105,35 @@ |
|
|
|
}, |
|
|
|
slideChange: function () { |
|
|
|
if (!this.params.debugger) return; |
|
|
|
console.log('slideChange', this.previousIndex, '->', this.activeIndex); |
|
|
|
// console.log('slideChange', this.previousIndex, '->', this.activeIndex); |
|
|
|
}, |
|
|
|
slideChangeTransitionStart: function () { |
|
|
|
if (!this.params.debugger) return; |
|
|
|
console.log('slideChangeTransitionStart'); |
|
|
|
// console.log('slideChangeTransitionStart'); |
|
|
|
}, |
|
|
|
slideChangeTransitionEnd: function () { |
|
|
|
if (!this.params.debugger) return; |
|
|
|
console.log('slideChangeTransitionEnd'); |
|
|
|
// console.log('slideChangeTransitionEnd'); |
|
|
|
}, |
|
|
|
transitionStart: function () { |
|
|
|
if (!this.params.debugger) return; |
|
|
|
console.log('transitionStart'); |
|
|
|
// console.log('transitionStart'); |
|
|
|
}, |
|
|
|
transitionEnd: function () { |
|
|
|
if (!this.params.debugger) return; |
|
|
|
console.log('transitionEnd'); |
|
|
|
// console.log('transitionEnd'); |
|
|
|
}, |
|
|
|
fromEdge: function () { |
|
|
|
if (!this.params.debugger) return; |
|
|
|
console.log('fromEdge'); |
|
|
|
// console.log('fromEdge'); |
|
|
|
}, |
|
|
|
reachBeginning: function () { |
|
|
|
if (!this.params.debugger) return; |
|
|
|
console.log('reachBeginning'); |
|
|
|
// console.log('reachBeginning'); |
|
|
|
}, |
|
|
|
reachEnd: function () { |
|
|
|
if (!this.params.debugger) return; |
|
|
|
console.log('reachEnd'); |
|
|
|
// console.log('reachEnd'); |
|
|
|
}, |
|
|
|
}, |
|
|
|
}; |
|
|
|
|