nnattawat / flip

A lightweight jQuery plugin to make 3D card flipping animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flickering animations of elements in flipped content.

Download opened this issue · comments

I observed some weird flickering issues when flipping over content that contained elements that have transformations and transitions on them. Eventually I found a simple solution; making sure the element currently 'on top' has a higher z-index than the one that is at the bottom.

I have a fix ready. Will commit to my fork and offer a pull request soon.