Browse Source

js : change transitionProperty to transitionend

Fixes #284
pull/294/head
David DeSandro 12 years ago
parent
commit
fbae723010
  1. 2
      jquery.isotope.js

2
jquery.isotope.js

@ -261,7 +261,7 @@
WebkitTransitionProperty: 'webkitTransitionEnd', // webkit
MozTransitionProperty: 'transitionend',
OTransitionProperty: 'oTransitionEnd',
transitionProperty: 'transitionEnd'
transitionProperty: 'transitionend'
}[ transitionProp ];
transitionDurProp = getStyleProperty('transitionDuration');

Loading…
Cancel
Save