Skip to content

Commit

Permalink
js : change transitionProperty to transitionend
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Oct 16, 2012
1 parent 7ed391d commit fbae723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.isotope.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
WebkitTransitionProperty: 'webkitTransitionEnd', // webkit
MozTransitionProperty: 'transitionend',
OTransitionProperty: 'oTransitionEnd',
transitionProperty: 'transitionEnd'
transitionProperty: 'transitionend'
}[ transitionProp ];

transitionDurProp = getStyleProperty('transitionDuration');
Expand Down

0 comments on commit fbae723

Please sign in to comment.