roncioso / Flip-jQuery

Flip! is a jQuery plugin that enables card-flip animations with only css animation
http://lab.smashup.it/flip
373 stars 145 forks source link

jQuery 1.11.1 in Wordpress 4.0 breaks Flip #21

Open tohvanah opened 10 years ago

tohvanah commented 10 years ago

Objects still switch place, but no transition is seen.

Wordpress 4 ships with jQuery 1.11.1, and manually rolling it back to 1.11.0 fixes the issue… I'm still troubleshooting...

tohvanah commented 10 years ago

Upon closer inspection I see the flip is happening with a WHITE background, but again only with WP4's version of jQuery UI-core...

tohvanah commented 10 years ago

Two separate changes will correct the behavior: manually installing jQuery 1.11.0 in WP4 or just using Google CDN version of jQuery UI-core…