Difference between revisions of "Team:Greece/Model"

Line 70: Line 70:
 
     $('.display_frame').removeClass('reveal');
 
     $('.display_frame').removeClass('reveal');
 
     $('#' + stateMsg).addClass('reveal');
 
     $('#' + stateMsg).addClass('reveal');
     scrollTillBottom();
+
     //scrollTillBottom();
 +
    $('#ct1').goTo();
  
}
+
    }
 
     </script>
 
     </script>
 
      
 
      
    <!-- Smooth Scrolling (Top to Bottom and vice versa) -->
 
<script>
 
 
var myVar;
 
function scrollTillBottom() {
 
    var i=0;
 
    myVar = setInterval(function(){ i += 1; scrollBy(0,10); console.log(i); if(i == 95) myStopFunction(); }, 2);
 
}
 
 
function scrollTillTop(){
 
    var j=0;
 
    myVar = setInterval(function(){ j += 1; scrollBy(0,-10); console.log(j); if(j == 95) myStopFunction(); }, 2);
 
}
 
 
function myStopFunction() {
 
    clearInterval(myVar);
 
}
 
 
$('#toTop').click( function(e) {
 
  e.preventDefault();
 
  scrollTillTop();
 
});
 
 
</script>
 
 
</head>
 
</head>
 
<body>
 
<body>

Revision as of 10:46, 1 September 2017

Loading...