Skip to content

Instantly share code, notes, and snippets.

@danhauk
Last active August 29, 2015 14:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danhauk/e39feef20ddcc932a073 to your computer and use it in GitHub Desktop.
Save danhauk/e39feef20ddcc932a073 to your computer and use it in GitHub Desktop.
Continuous background-position animation used for Akismet /how/ page
(function conveyorLoop() {
$('.big-spam-sorter--comments-left, .big-spam-sorter--comments-right').animate({
'background-position': '+=102'
}, 8000, 'linear', conveyorLoop);
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment