Does anyone know how I would detect transform: translate3d(x,y,z) support is available?
transform: translate3d(x,y,z)
My issue is that I want to use translate3d across b
translate3d
just simply use:
alert($.support.cssTransform3d);
this alerts true if supported and false if not