yemM / flippy

Flippy is a cross-browser flip effect plugin for jQuery which allows you to flip whatever html element you want. It now supports rgba colors
140 stars 98 forks source link

Cannot flip while button is inside content #16

Open carletto0282 opened 11 years ago

carletto0282 commented 11 years ago

Hi guys,

great plugin indeed. Just need some help managing buttons inside flipping content.

As you can see here

http://jsfiddle.net/carletto0282/9z4BW/4/

It seems flippyReverse is not working. I also tried to replicate behavior for the second button with inverted direction and content but it won't work.

Can you give me some hint on that? Thanks

Best Regards Carlo

iArnaud commented 10 years ago

+1

yemM commented 10 years ago

It seems pretty similar to #29 maybe this jsfiddle can help http://jsfiddle.net/6GcNR/2/

carletto0282 commented 10 years ago

Hey, thanks! I updated the fiddle to load a chunk of html from page instead of code set in the script.

http://jsfiddle.net/6GcNR/4/

Hope it will be useful. Thanks