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

strange effect with depth? #12

Closed pattyland closed 11 years ago

pattyland commented 11 years ago

No matter on what value I set depth to, it seems to do nothing on Chrome, and on FF/IE it tries to come out of the screen and slap the user xD

I just implemented it on http://elggtest.pattyland.de/ , click on "Registrieren" to trigger the flip, and on "Login" to trigger it back.

Or am I'm doing something wrong?

EDIT: On the demosite the plugin seems to set the perspective on the parent of the flippy element, unfortunately not on my site :(

yemM commented 11 years ago

I know, there is a big problem with the depth option. I suggest you to keep the default value until I find a best solution.

It's important to put your flipping element in a container div. With CSS3, flippy add a perspective property to the parent element.