Difference between revisions of "Team:TUDelft/Header"

Line 753: Line 753:
 
                     $('html, body').animate({
 
                     $('html, body').animate({
 
                         scrollTop: $(hash).offset() .top -100
 
                         scrollTop: $(hash).offset() .top -100
                    }, 200, function(){
 
 
                    });
 
                } // End if
 
            });
 
        });
 
$(document).ready(function(){
 
            // Add smooth scrolling to all links
 
            $("a").on('click', function(event) {
 
 
                // Make sure this.hash has a value before overriding default behavior
 
                if {
 
                    // Prevent default anchor click behavior
 
                    event.preventDefault();
 
 
                    // Using jQuery's animate() method to add smooth page scroll
 
                    // The optional number (100) specifies the number of milliseconds it takes to scroll to the specified area
 
                    $('html, body').animate({
 
                        scrollTop: $(a).offset() .top -100
 
 
                     }, 200, function(){
 
                     }, 200, function(){
  

Revision as of 09:29, 19 October 2019