jQuery(document).ready(function() {
setInterval(function() {
$('.content').viewportChecker({
classToAdd: 'animated bounceInUp', // Class to add to the elements when they are visible
offset: 100,
});
}, 100);
});