<label class="custom-control custom-checkbox">
<input id="eatBreakfast" type="checkbox" class="custom-control-input input-exc-breakfast">
<label class="custom-control custom-checkbox" for="eatBreakfast">
<input id="eatBreakfast" type="checkbox" class="custom-control-input input-exc-breakfast">
$(window).scroll(function() {
$('#site-promo').each(function(){
var imagePos = $(this).offset().top;
var topOfWindow = $(window).scrollTop();
if (imagePos < topOfWindow+300) {
$('.way-img').addClass("stretchRight vv");
}
});
});
$('.way-img').addClass("stretchRight vv");
style="-moz-transition: 16000ms cubic-bezier(0.32, 0.64, 0.45, 1);-o-transition: 16000ms cubic-bezier(0.32, 0.64, 0.45, 1);-webkit-transition: 16000ms cubic-bezier(0.32, 0.64, 0.45, 1);transition: 16000ms cubic-bezier(0.32, 0.64, 0.45, 1); backface-visibility: hidden;">