MCPcopy
hub / github.com/rstacruz/jquery.transit / checkTransform3dSupport

Function checkTransform3dSupport

jquery.transit.js:67–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 // Helper function to check if transform3D is supported.
66 // Should return true for Webkits and Firefox 10+.
67 function checkTransform3dSupport() {
68 div.style[support.transform] = '';
69 div.style[support.transform] = 'rotateY(90deg)';
70 return div.style[support.transform] !== '';
71 }
72
73 var isChrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1;
74

Callers 1

jquery.transit.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…