Difference between revisions of "Team:Greece/our team"

Line 10: Line 10:
 
}
 
}
  
                $('.svgGraphic').click(function () {
+
              $(".svgGraphics").click(function() {
                    $('html, body').animate({scrollTo: $('#profile').height()}, 'slow');
+
  $("html, body").animate({ scrollTo: $(document).height() }, "slow");
                    return false;
+
  return false;
                });
+
document.querySelector('#profile').scrollIntoView({
+
  behavior: 'smooth'
+
 
});
 
});
 
         </script>
 
         </script>

Revision as of 10:00, 12 August 2017