I am trying to perform a flip effect using CSS. How can I get -
transform: perspective(1200px) rotateX(0deg)
from
transform: perspective(1200px) rotateX(90deg)
using jQuery's .animate()
function?
I've tried to do with jQuery 2D Transformation Plugin but no success.