Skip to content

Instantly share code, notes, and snippets.

View brydar's full-sized avatar
🚀
Focusing

Bryan Dartout brydar

🚀
Focusing
View GitHub Profile
@brydar
brydar / gist:4442066
Created January 3, 2013 09:14
Set Interval Simple
setInterval(function() {
// Do something every 2 seconds
}, 2000);
/*
* transform: A jQuery cssHooks adding 2D/3D transform capabilities to $.fn.css() and $.fn.animate()
*
* Requirements:
* - jQuery 1.5.1+
* - jquery.transition.js for animations
* - browser implementing W3C's CSS 2DTransforms for 2D tranform
* - browser implementing W3C's CSS 3DTransforms for 3D tranform
*
* latest version and complete README available on Github: