De promotiewebsite die de reguliere site vervangt tijdens de Kick-In.
				https://join.harambee.utwente.nl
			
			
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							157 lines
						
					
					
						
							7.0 KiB
						
					
					
				
			
		
		
	
	
							157 lines
						
					
					
						
							7.0 KiB
						
					
					
				| <!DOCTYPE html>
 | |
| <html xmlns="http://www.w3.org/1999/xhtml">
 | |
| 
 | |
| <head>
 | |
| 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 | |
| 	<title>Callback function - fullPage.js</title>
 | |
| 	<meta name="author" content="Alvaro Trigo Lopez" />
 | |
| 	<meta name="description" content="fullPage callback function." />
 | |
| 	<meta name="keywords"  content="fullpage,jquery,demo,callback,function,event" />
 | |
| 	<meta name="Resource-type" content="Document" />
 | |
| 
 | |
| 
 | |
| 	<link rel="stylesheet" type="text/css" href="../dist/fullpage.css" />
 | |
| 	<link rel="stylesheet" type="text/css" href="examples.css" />
 | |
| 
 | |
| 	<!--[if IE]>
 | |
| 		<script type="text/javascript">
 | |
| 			 var console = { log: function() {} };
 | |
| 		</script>
 | |
| 	<![endif]-->
 | |
| </head>
 | |
| <body>
 | |
| 
 | |
| <div style="position:fixed;top:50px;left:50px;color:white;z-index:999;" id="callbacksDiv"></div>
 | |
| 
 | |
| 
 | |
| <ul id="menu">
 | |
| 	<li data-menuanchor="firstPage"><a href="#firstPage">First slide</a></li>
 | |
| 	<li data-menuanchor="secondPage"><a href="#secondPage">Second slide</a></li>
 | |
| 	<li data-menuanchor="3rdPage"><a href="#3rdPage">Third slide</a></li>
 | |
| </ul>
 | |
| 
 | |
| <select id="demosMenu">
 | |
|   <option selected>Choose Demo</option>
 | |
|   <option id="jquery-adapter">jQuery adapter</option>
 | |
|   <option id="active-slide">Active section and slide</option>
 | |
|   <option id="auto-height">Auto height</option>
 | |
|   <option id="autoplay-video-and-audio">Autoplay Video and Audio</option>
 | |
|   <option id="backgrounds">Background images</option>
 | |
|   <option id="backgrounds-fixed">Fixed fullscreen backgrounds</option>
 | |
|   <option id="background-video">Background video</option>
 | |
|   <option id="callbacks-v2-compatible">Callbacks version 2</option>
 | |
|   <option id="callbacks-v3">Callbacks version 3</option>
 | |
|   <option id="continuous-horizontal">Continuous horizontal</option>
 | |
|   <option id="continuous-vertical">Continuous vertical</option>
 | |
|   <option id="parallax">Parallax</option>
 | |
|   <option id="css3">CSS3</option>
 | |
|   <option id="drag-and-move">Drag And Move</option>
 | |
|   <option id="easing">Easing</option>
 | |
|   <option id="fading-effect">Fading Effect</option>
 | |
|   <option id="fixed-headers">Fixed headers</option>
 | |
|   <option id="gradient-backgrounds">Gradient backgrounds</option>
 | |
|   <option id="interlocked-slides">Interlocked Slides</option>
 | |
|   <option id="looping">Looping</option>
 | |
|   <option id="methods">Methods</option>
 | |
|   <option id="navigation-vertical">Vertical navigation dots</option>
 | |
|   <option id="navigation-horizontal">Horizontal navigation dots</option>
 | |
|   <option id="navigation-tooltips">Navigation tooltips</option>
 | |
|   <option id="no-anchor">No anchor links</option>
 | |
|   <option id="normal-scroll">Normal scrolling</option>
 | |
|   <option id="normalScrollElements">Normal scroll elements</option>
 | |
|   <option id="offset-sections">Offset sections</option>
 | |
|   <option id="one-section">One single section</option>
 | |
|   <option id="reset-sliders">Reset sliders</option>
 | |
|   <option id="responsive-auto-height">Responsive Auto Height</option>
 | |
|   <option id="responsive-height">Responsive Height</option>
 | |
|   <option id="responsive-width">Responsive Width</option>
 | |
|   <option id="responsive-slides">Responsive Slides</option>
 | |
|   <option id="scrollBar">Scroll bar enabled</option>
 | |
|   <option id="scroll-horizontally">Scroll horizontally</option>
 | |
|   <option id="scrollOverflow">Scroll inside sections and slides</option>
 | |
|   <option id="scrollOverflow-reset">ScrollOverflow Reset</option>
 | |
|   <option id="lazy-load">Lazy load</option>
 | |
|   <option id="scrolling-speed">Scrolling speed</option>
 | |
|   <option id="trigger-animations">Trigger animations</option>
 | |
|   <option id="vue-fullpage">Vue-fullpage component</option>
 | |
| </select>
 | |
| 
 | |
| 
 | |
| <div id="fullpage">
 | |
| 	<div class="section " id="section0">
 | |
| 		<h1>Callbacks</h1>
 | |
| 		<p>Notice how I use the option `v2compatible:true`</p>
 | |
| 		<img src="imgs/fullPage.png" alt="fullPage" />
 | |
| 	</div>
 | |
| 	<div class="section" id="section1">
 | |
| 		<div class="slide">
 | |
| 			<div class="intro">
 | |
| 				<h1>Feel free</h1>
 | |
| 				<p>All the callbacks you need to do whatever you need.</p>
 | |
| 				<p>Just what you would expect.</p>
 | |
| 			</div>
 | |
| 		</div>
 | |
| 		<div class="slide">
 | |
| 			<h1>Slide 2</h1>
 | |
| 		</div>
 | |
| 	</div>
 | |
| 	<div class="section" id="section2">
 | |
| 		<div class="intro">
 | |
| 			<h1>Ideal for animations</h1>
 | |
| 			<p>Total control over your website.</p>
 | |
| 		</div>
 | |
| 	</div>
 | |
| </div>
 | |
| 
 | |
| <script type="text/javascript" src="../dist/fullpage.js"></script>
 | |
| <script type="text/javascript" src="examples.js"></script>
 | |
| <script type="text/javascript">
 | |
|     var deleteLog = false;
 | |
| 
 | |
|     var myFullpage = new fullpage('#fullpage', {
 | |
|         v2compatible: true,
 | |
|         sectionsColor: ['#1bbc9b', '#4BBFC3', '#7BAABE', 'whitesmoke', '#ccddff'],
 | |
|         anchors: ['firstPage', 'secondPage', '3rdPage', '4thpage', 'lastPage'],
 | |
|         menu: '#menu',
 | |
|         onLeave: function(index, nextIndex, direction){
 | |
|             if(deleteLog){
 | |
|                 document.getElementById('callbacksDiv').innerHTML = '';
 | |
|             }
 | |
|             document.getElementById('callbacksDiv').innerHTML += '<p>onLeave - index:' + index + ' nextIndex:' + nextIndex + ' direction:' + direction + '</p>';
 | |
| 
 | |
|             console.log("onLeave--" + "index: " + index + " nextIndex: " + nextIndex + " direction: " +  direction);
 | |
|         },
 | |
|         onSlideLeave: function(anchorLink, index, slideIndex, direction, nextSlideIndex){
 | |
|             if(deleteLog){
 | |
|                 document.getElementById('callbacksDiv').innerHTML = '';
 | |
|             }
 | |
|             document.getElementById('callbacksDiv').innerHTML += '<p>onSlideLeave - anchorLink:' + anchorLink + " index:" + index + " slideIndex:" + slideIndex +" direction:" + direction + " nextSlideIndex:" + nextSlideIndex + '</p>';
 | |
|             console.log("onSlideLeave--" + "anchorLink: " + anchorLink + " index: " + index + " slideIndex: " + slideIndex + " direction: " + direction);
 | |
|         },
 | |
|         afterRender: function(){
 | |
|             document.getElementById('callbacksDiv').innerHTML += '<p>afterRender</p>';
 | |
|             console.log("afterRender");
 | |
|         },
 | |
|         afterResize: function(){
 | |
|             document.getElementById('callbacksDiv').innerHTML += '<p>afterResize</p>';
 | |
|             console.log("afterResize");
 | |
|         },
 | |
|         afterSlideLoad: function(anchorLink, index, slideAnchor, slideIndex){
 | |
|             document.getElementById('callbacksDiv').innerHTML += '<p>afterSlideLoad - anchorLink:' + anchorLink + " index:" + index + " slideAnchor:" + slideAnchor +" slideIndex:" + slideIndex + '</p>';
 | |
|             deleteLog = true;
 | |
|             console.log("afterSlideLoad--" + "anchorLink: " + anchorLink + " index: " + index + " slideAnchor: " + slideAnchor + " slideIndex: " + slideIndex);
 | |
|             console.log("----------------");
 | |
|         },
 | |
|         afterLoad: function(anchorLink, index){
 | |
|             console.log("after Load  " + index);
 | |
|             document.getElementById('callbacksDiv').innerHTML += '<p>afterLoad - anchorLink:' + anchorLink + " index:" + index + '</p>';
 | |
|             deleteLog = true;
 | |
|             console.log('===============');
 | |
|             console.log("afterLoad--" + "anchorLink: " + anchorLink + " index: " + index );
 | |
|         }
 | |
|     });
 | |
| 
 | |
| </script>
 | |
| 
 | |
| </body>
 | |
| </html>
 | |
| 
 |