Continuous conveyor belt animation
(function conveyorLoop() { | |
$('.big-spam-sorter--comments-left, .big-spam-sorter--comments-right').animate({ | |
'background-position-x': '+=102' | |
}, 8000, 'linear', conveyorLoop); | |
}()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment