Why is this:
$("#bottom").css({"transform":"rotateX ("+rotation[0][0] + "deg)"}); not working?
rotation[0][0] is defined, and I can change any other propriety (background-color, for example) so how do I rotate an element along his X axis with Jquery? I'm using chrome, but I also tried with -webkit-transform.
webkit-transforminstead transform