|
|
@ -1482,8 +1482,8 @@ Item.prototype.enableTransition = function(/* style */) { |
|
|
|
transitionProperty: itemTransitionProperties, |
|
|
|
transitionProperty: itemTransitionProperties, |
|
|
|
transitionDuration: this.layout.options.transitionDuration |
|
|
|
transitionDuration: this.layout.options.transitionDuration |
|
|
|
}); |
|
|
|
}); |
|
|
|
// listen for transition end event
|
|
|
|
// fix: commenting out to prevent multiple transitions.
|
|
|
|
this.element.addEventListener( transitionEndEvent, this, false ); |
|
|
|
//this.element.addEventListener( transitionEndEvent, this, false );
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
Item.prototype.transition = Item.prototype[ transitionProperty ? '_transition' : '_nonTransition' ]; |
|
|
|
Item.prototype.transition = Item.prototype[ transitionProperty ? '_transition' : '_nonTransition' ]; |
|
|
|