Hi I'm trying to optimize animations with jquery for IOS mobile devices. There is this known issue of using the 3d-rendering engine which i want to take into account!
Now i want to do some transformations like this:
$('.class').css({"-webkit-transform:":"translate3d(200px, 200px, 0px)"});
But this doesn't work! No css is added!