dmotz / oriDomi

🪭 Fold up DOM elements like paper
https://oxism.com/oriDomi
MIT License
2.41k stars 207 forks source link

Firefox issue #7

Closed antikus closed 11 years ago

antikus commented 11 years ago

Since Firefox has both 'transitionProperty' and 'MozTransitionProperty' we have an issue. The script returns 'transitionProperty' except of expecting 'MozTransitionProperty' so when we try to bind callback event listener we get the problem as Firefox doesn't fire 'transitionProperty' event.

dmotz commented 11 years ago

Good catch, thanks.