@@ -130,6 +130,8 @@ jQuery(document).ready(function($){
$('.souligne').each(function () {
if (isScrolledIntoView(this) === true) {
$(this).addClass('in-view')
- }
+ } else {
+ $(this).removeClass('in-view')
+ }
});