Skip to content

Instantly share code, notes, and snippets.

View adamjmcintyre's full-sized avatar

Adam J. McIntyre adamjmcintyre

View GitHub Profile
(function($){
var rupper = /([A-Z])/g;
// ----------
// Function: stopCssAnimation
// Stops an animation in its tracks!
$.fn.stopCssAnimation = function(){
this.each(function(){
// When you remove the CSS Transition properties