jQuery and Css transform:rotateY?

jQuery and Css transform:rotateY?

Is there a way to replicate the effects of css's transform:rotateY(xDeg) so that you can transition between a range of degrees? Or is there a a javascript way of affecting it in a similar fashion?

I'm trying to make a standard box transform(morph) all the way through to a set degree. But I'm not having any luck. Just curious if this is at all possible atm mixing css and jQuery.

Thanks for reading