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

Not so smoothly on Chrome. #22

Closed Jeswang closed 11 years ago

Jeswang commented 11 years ago

This link's turn is very smoothly, I don't know what's the difference ?

yemM commented 11 years ago

it use full css transition (see -webkit-transition: -webkit-transform 1.5s; line 33 of style.css). For flippy, I needed to apply a light and shadow effect on card during flip movement (and trigger some events), thus I don't use this feature. Maybe it'll be useful for a lighter version.