Possible duplicate:
Transform support detection: translate3d
Any way to detect / condition to check if browser supports css translate3d:
-webkit-transform: translate3d(0px,0px,0px); -moz-transform: translate3d(0px,0px,0px); transform: translate3d(0px,0px,0px);
?
source share