Skip to content

Instantly share code, notes, and snippets.

View FirstVertex's full-sized avatar
✌️
I write the code that makes the whole world sing

Hugh Anderson FirstVertex

✌️
I write the code that makes the whole world sing
View GitHub Profile
@FirstVertex
FirstVertex / has3d.js
Last active December 15, 2015 19:29 — forked from lorenzopolidori/has3d.js
function has3d(){
var el = document.createElement('p'),
has3d,
transforms = {
'webkitTransform':'-webkit-transform',
'OTransform':'-o-transform',
'msTransform':'-ms-transform',
'MozTransform':'-moz-transform',
'transform':'transform'
};