nnattawat / flip

A lightweight jQuery plugin to make 3D card flipping animation
Other
627 stars 312 forks source link

link on back class #4

Closed nordbit closed 9 years ago

nordbit commented 9 years ago

Links on div with "back" class not working.

nnattawat commented 9 years ago

Do you mean it is not clickable? or it was clicked but then flipped back?

dancaron commented 9 years ago

Also having trouble with content of back of card. I flip the card, and "Back content" disappears immediately, but I can see it right before the flip is done. Tried some CSS to get it to appear, no luck, doesn't seem to be a CSS conflict either.

Martziano commented 9 years ago

Hi, the grid example works but it might need some fixing, what I see is that the flipping with hover is erratic. Any comments?

nnattawat commented 9 years ago

Yes, I think so. You can change it to 'click'.

nnattawat commented 9 years ago

@dancaron is the problem only on firefox?

dancaron commented 9 years ago

@nnattawat - no, was having the issue in chrome

toel-- commented 9 years ago

Got the same issue as reported by @dancaron: changing to var direction; switch (getBrowserId()) { case 2: // Safari direction = settings.reverse? "-181deg" : "181deg"; break; case 3: // Chrome direction = settings.reverse? "-179deg" : "179deg"; break; default: direction = settings.reverse? "-180deg" : "180deg"; }

avoided the problem.

getBrowserId is from https://developer.mozilla.org/en-US/docs/Web/API/window.navigator

nnattawat commented 9 years ago

I have pushed the new code that might fix the problem.

toel-- commented 9 years ago

Sorry no, problem still there and now affects firefox css 'center'. I created a JSFiddle, so you may see my setup: http://jsfiddle.net/toel/373pxccj/2/

nnattawat commented 9 years ago

I closed this issue as it was duplicated with the #8