presentazione-papero/js/reveal.min.js

8 lines
26 KiB
JavaScript

/*!
* reveal.js 2.5.0 (2013-08-13, 09:26)
* http://lab.hakim.se/reveal-js
* MIT licensed
*
* Copyright (C) 2013 Hakim El Hattab, http://hakim.se
*/
var Reveal=function(){"use strict";function e(e){return t(),Ct||Nt?(window.addEventListener("load",q,!1),d(Ot,e),a(),i(),void 0):(document.body.setAttribute("class","no-transforms"),void 0)}function t(){Nt="WebkitPerspective"in document.body.style||"MozPerspective"in document.body.style||"msPerspective"in document.body.style||"OPerspective"in document.body.style||"perspective"in document.body.style,Ct="WebkitTransform"in document.body.style||"MozTransform"in document.body.style||"msTransform"in document.body.style||"OTransform"in document.body.style||"transform"in document.body.style,Rt=navigator.userAgent.match(/(iphone|ipod|android)/gi)}function n(){Ft.theme=document.querySelector("#theme"),Ft.wrapper=document.querySelector(".reveal"),Ft.slides=document.querySelector(".reveal .slides"),Ft.slides.classList.add("no-transition"),Ft.background=r(Ft.wrapper,"div","backgrounds",null),Ft.progress=r(Ft.wrapper,"div","progress","<span></span>"),Ft.progressbar=Ft.progress.querySelector("span"),r(Ft.wrapper,"aside","controls",'<div class="navigate-left"></div><div class="navigate-right"></div><div class="navigate-up"></div><div class="navigate-down"></div>'),r(Ft.wrapper,"div","state-background",null),r(Ft.wrapper,"div","pause-overlay",null),Ot.controls&&(Ft.controls=document.querySelector(".reveal .controls"),Ft.controlsLeft=f(document.querySelectorAll(".navigate-left")),Ft.controlsRight=f(document.querySelectorAll(".navigate-right")),Ft.controlsUp=f(document.querySelectorAll(".navigate-up")),Ft.controlsDown=f(document.querySelectorAll(".navigate-down")),Ft.controlsPrev=f(document.querySelectorAll(".navigate-prev")),Ft.controlsNext=f(document.querySelectorAll(".navigate-next")))}function r(e,t,n,r){var o=e.querySelector("."+n);return o||(o=document.createElement(t),o.classList.add(n),null!==r&&(o.innerHTML=r),e.appendChild(o)),o}function o(){function e(e,t){var n={background:e.getAttribute("data-background"),backgroundSize:e.getAttribute("data-background-size"),backgroundImage:e.getAttribute("data-background-image"),backgroundColor:e.getAttribute("data-background-color"),backgroundRepeat:e.getAttribute("data-background-repeat"),backgroundPosition:e.getAttribute("data-background-position"),backgroundTransition:e.getAttribute("data-background-transition")},r=document.createElement("div");return r.className="slide-background",n.background&&(/^(http|file|\/\/)/gi.test(n.background)||/\.(png|jpg|jpeg|gif|bmp)$/gi.test(n.background)?r.style.backgroundImage="url("+n.background+")":r.style.background=n.background),n.backgroundSize&&(r.style.backgroundSize=n.backgroundSize),n.backgroundImage&&(r.style.backgroundImage='url("'+n.backgroundImage+'")'),n.backgroundColor&&(r.style.backgroundColor=n.backgroundColor),n.backgroundRepeat&&(r.style.backgroundRepeat=n.backgroundRepeat),n.backgroundPosition&&(r.style.backgroundPosition=n.backgroundPosition),n.backgroundTransition&&r.setAttribute("data-background-transition",n.backgroundTransition),t.appendChild(r),r}m()&&document.body.classList.add("print-pdf"),Ft.background.innerHTML="",Ft.background.classList.add("no-transition"),f(document.querySelectorAll(Yt)).forEach(function(t){var n;n=m()?e(t,t):e(t,Ft.background),f(t.querySelectorAll("section")).forEach(function(t){m()?e(t,t):e(t,n)})})}function a(){/iphone|ipod|android/gi.test(navigator.userAgent)&&!/crios/gi.test(navigator.userAgent)&&(window.addEventListener("load",h,!1),window.addEventListener("orientationchange",h,!1))}function i(){function e(){n.length&&head.js.apply(null,n),s()}for(var t=[],n=[],r=0,o=Ot.dependencies.length;o>r;r++){var a=Ot.dependencies[r];(!a.condition||a.condition())&&(a.async?n.push(a.src):t.push(a.src),"function"==typeof a.callback&&head.ready(a.src.match(/([\w\d_\-]*)\.?js$|[^\\\/]*$/i)[0],a.callback))}t.length?(head.ready(e),head.js.apply(null,t)):e()}function s(){n(),c(),Q(),setTimeout(function(){Ft.slides.classList.remove("no-transition"),zt=!0,b("ready",{indexh:Tt,indexv:Mt,currentSlide:Dt})},1)}function c(e){if(Ft.wrapper.classList.remove(Ot.transition),"object"==typeof e&&d(Ot,e),Nt===!1&&(Ot.transition="linear"),Ft.wrapper.classList.add(Ot.transition),Ft.wrapper.setAttribute("data-transition-speed",Ot.transitionSpeed),Ft.wrapper.setAttribute("data-background-transition",Ot.backgroundTransition),Ft.controls&&(Ft.controls.style.display=Ot.controls&&Ft.controls?"block":"none"),Ft.progress&&(Ft.progress.style.display=Ot.progress&&Ft.progress?"block":"none"),Ot.rtl?Ft.wrapper.classList.add("rtl"):Ft.wrapper.classList.remove("rtl"),Ot.center?Ft.wrapper.classList.add("center"):Ft.wrapper.classList.remove("center"),Ot.mouseWheel?(document.addEventListener("DOMMouseScroll",mt,!1),document.addEventListener("mousewheel",mt,!1)):(document.removeEventListener("DOMMouseScroll",mt,!1),document.removeEventListener("mousewheel",mt,!1)),Ot.rollingLinks?y():w(),Ot.previewLinks?L():(E(),L("[data-preview-link]")),Ot.theme&&Ft.theme){var t=Ft.theme.getAttribute("href"),n=/[^\/]*?(?=\.css)/,r=t.match(n)[0];Ot.theme!==r&&(t=t.replace(n,Ot.theme),Ft.theme.setAttribute("href",t))}z()}function l(){Qt=!0,window.addEventListener("hashchange",St,!1),window.addEventListener("resize",At,!1),Ot.touch&&(Ft.wrapper.addEventListener("touchstart",ut,!1),Ft.wrapper.addEventListener("touchmove",dt,!1),Ft.wrapper.addEventListener("touchend",ft,!1),window.navigator.msPointerEnabled&&(Ft.wrapper.addEventListener("MSPointerDown",vt,!1),Ft.wrapper.addEventListener("MSPointerMove",pt,!1),Ft.wrapper.addEventListener("MSPointerUp",gt,!1))),Ot.keyboard&&document.addEventListener("keydown",lt,!1),Ot.progress&&Ft.progress&&Ft.progress.addEventListener("click",ht,!1),Ot.controls&&Ft.controls&&["touchstart","click"].forEach(function(e){Ft.controlsLeft.forEach(function(t){t.addEventListener(e,bt,!1)}),Ft.controlsRight.forEach(function(t){t.addEventListener(e,yt,!1)}),Ft.controlsUp.forEach(function(t){t.addEventListener(e,wt,!1)}),Ft.controlsDown.forEach(function(t){t.addEventListener(e,Lt,!1)}),Ft.controlsPrev.forEach(function(t){t.addEventListener(e,Et,!1)}),Ft.controlsNext.forEach(function(t){t.addEventListener(e,kt,!1)})})}function u(){Qt=!1,document.removeEventListener("keydown",lt,!1),window.removeEventListener("hashchange",St,!1),window.removeEventListener("resize",At,!1),Ft.wrapper.removeEventListener("touchstart",ut,!1),Ft.wrapper.removeEventListener("touchmove",dt,!1),Ft.wrapper.removeEventListener("touchend",ft,!1),window.navigator.msPointerEnabled&&(Ft.wrapper.removeEventListener("MSPointerDown",vt,!1),Ft.wrapper.removeEventListener("MSPointerMove",pt,!1),Ft.wrapper.removeEventListener("MSPointerUp",gt,!1)),Ot.progress&&Ft.progress&&Ft.progress.removeEventListener("click",ht,!1),Ot.controls&&Ft.controls&&["touchstart","click"].forEach(function(e){Ft.controlsLeft.forEach(function(t){t.removeEventListener(e,bt,!1)}),Ft.controlsRight.forEach(function(t){t.removeEventListener(e,yt,!1)}),Ft.controlsUp.forEach(function(t){t.removeEventListener(e,wt,!1)}),Ft.controlsDown.forEach(function(t){t.removeEventListener(e,Lt,!1)}),Ft.controlsPrev.forEach(function(t){t.removeEventListener(e,Et,!1)}),Ft.controlsNext.forEach(function(t){t.removeEventListener(e,kt,!1)})})}function d(e,t){for(var n in t)e[n]=t[n]}function f(e){return Array.prototype.slice.call(e)}function v(e,t){var n=e.x-t.x,r=e.y-t.y;return Math.sqrt(n*n+r*r)}function p(e,t){e.style.WebkitTransform=t,e.style.MozTransform=t,e.style.msTransform=t,e.style.OTransform=t,e.style.transform=t}function g(e){var t=0;if(e){var n=0;f(e.childNodes).forEach(function(e){"number"==typeof e.offsetTop&&e.style&&("absolute"===e.style.position&&(n+=1),t=Math.max(t,e.offsetTop+e.offsetHeight))}),0===n&&(t=e.offsetHeight)}return t}function m(){return/print-pdf/gi.test(window.location.search)}function h(){0===window.orientation?(document.documentElement.style.overflow="scroll",document.body.style.height="120%"):(document.documentElement.style.overflow="",document.body.style.height="100%"),setTimeout(function(){window.scrollTo(0,1)},10)}function b(e,t){var n=document.createEvent("HTMLEvents",1,2);n.initEvent(e,!0,!0),d(n,t),Ft.wrapper.dispatchEvent(n)}function y(){if(Nt&&!("msPerspective"in document.body.style))for(var e=document.querySelectorAll(It+" a:not(.image)"),t=0,n=e.length;n>t;t++){var r=e[t];if(!(!r.textContent||r.querySelector("*")||r.className&&r.classList.contains(r,"roll"))){var o=document.createElement("span");o.setAttribute("data-title",r.text),o.innerHTML=r.innerHTML,r.classList.add("roll"),r.innerHTML="",r.appendChild(o)}}}function w(){for(var e=document.querySelectorAll(It+" a.roll"),t=0,n=e.length;n>t;t++){var r=e[t],o=r.querySelector("span");o&&(r.classList.remove("roll"),r.innerHTML=o.innerHTML)}}function L(e){var t=f(document.querySelectorAll(e?e:"a"));t.forEach(function(e){/^(http|www)/gi.test(e.getAttribute("href"))&&e.addEventListener("click",xt,!1)})}function E(){var e=f(document.querySelectorAll("a"));e.forEach(function(e){/^(http|www)/gi.test(e.getAttribute("href"))&&e.removeEventListener("click",xt,!1)})}function k(e){S(),Ft.preview=document.createElement("div"),Ft.preview.classList.add("preview-link-overlay"),Ft.wrapper.appendChild(Ft.preview),Ft.preview.innerHTML=["<header>",'<a class="close" href="#"><span class="icon"></span></a>','<a class="external" href="'+e+'" target="_blank"><span class="icon"></span></a>',"</header>",'<div class="spinner"></div>','<div class="viewport">','<iframe src="'+e+'"></iframe>',"</div>"].join(""),Ft.preview.querySelector("iframe").addEventListener("load",function(){Ft.preview.classList.add("loaded")},!1),Ft.preview.querySelector(".close").addEventListener("click",function(e){S(),e.preventDefault()},!1),Ft.preview.querySelector(".external").addEventListener("click",function(){S()},!1),setTimeout(function(){Ft.preview.classList.add("visible")},1)}function S(){Ft.preview&&(Ft.preview.setAttribute("src",""),Ft.preview.parentNode.removeChild(Ft.preview),Ft.preview=null)}function A(e){var t=f(e);return t.forEach(function(e,t){e.hasAttribute("data-fragment-index")||e.setAttribute("data-fragment-index",t)}),t.sort(function(e,t){return e.getAttribute("data-fragment-index")-t.getAttribute("data-fragment-index")}),t}function q(){if(Ft.wrapper&&!m()){var e=Ft.wrapper.offsetWidth,t=Ft.wrapper.offsetHeight;e-=t*Ot.margin,t-=t*Ot.margin;var n=Ot.width,r=Ot.height;"string"==typeof n&&/%$/.test(n)&&(n=parseInt(n,10)/100*e),"string"==typeof r&&/%$/.test(r)&&(r=parseInt(r,10)/100*t),Ft.slides.style.width=n+"px",Ft.slides.style.height=r+"px",jt=Math.min(e/n,t/r),jt=Math.max(jt,Ot.minScale),jt=Math.min(jt,Ot.maxScale),void 0===Ft.slides.style.zoom||navigator.userAgent.match(/(iphone|ipod|ipad|android)/gi)?p(Ft.slides,"translate(-50%, -50%) scale("+jt+") translate(50%, 50%)"):Ft.slides.style.zoom=jt;for(var o=f(document.querySelectorAll(It)),a=0,i=o.length;i>a;a++){var s=o[a];"none"!==s.style.display&&(s.style.top=Ot.center?s.classList.contains("stack")?0:Math.max(-(g(s)/2)-20,-r/2)+"px":"")}j()}}function x(e,t){"object"==typeof e&&"function"==typeof e.setAttribute&&e.setAttribute("data-previous-indexv",t||0)}function T(e){if("object"==typeof e&&"function"==typeof e.setAttribute&&e.classList.contains("stack")){var t=e.hasAttribute("data-start-indexv")?"data-start-indexv":"data-previous-indexv";return parseInt(e.getAttribute(t)||0,10)}return 0}function M(){if(Ot.overview){nt();var e=Ft.wrapper.classList.contains("overview"),t=400>window.innerWidth?1e3:2500;Ft.wrapper.classList.add("overview"),Ft.wrapper.classList.remove("exit-overview"),clearTimeout(Vt),clearTimeout(Zt),Vt=setTimeout(function(){for(var n=document.querySelectorAll(Yt),r=0,o=n.length;o>r;r++){var a=n[r],i=Ot.rtl?-105:105;if(a.setAttribute("data-index-h",r),p(a,"translateZ(-"+t+"px) translate("+(r-Tt)*i+"%, 0%)"),a.classList.contains("stack"))for(var s=a.querySelectorAll("section"),c=0,l=s.length;l>c;c++){var u=r===Tt?Mt:T(a),d=s[c];d.setAttribute("data-index-h",r),d.setAttribute("data-index-v",c),p(d,"translate(0%, "+105*(c-u)+"%)"),d.addEventListener("click",qt,!0)}else a.addEventListener("click",qt,!0)}W(),q(),e||b("overviewshown",{indexh:Tt,indexv:Mt,currentSlide:Dt})},10)}}function P(){if(Ot.overview){clearTimeout(Vt),clearTimeout(Zt),Ft.wrapper.classList.remove("overview"),Ft.wrapper.classList.add("exit-overview"),Zt=setTimeout(function(){Ft.wrapper.classList.remove("exit-overview")},10);for(var e=f(document.querySelectorAll(It)),t=0,n=e.length;n>t;t++){var r=e[t];r.style.display="",p(r,""),r.removeEventListener("click",qt,!0)}O(Tt,Mt),tt(),b("overviewhidden",{indexh:Tt,indexv:Mt,currentSlide:Dt})}}function D(e){"boolean"==typeof e?e?M():P():N()?P():M()}function N(){return Ft.wrapper.classList.contains("overview")}function C(e){return e=e?e:Dt,e&&!!e.parentNode.nodeName.match(/section/i)}function R(){var e=document.body,t=e.requestFullScreen||e.webkitRequestFullscreen||e.webkitRequestFullScreen||e.mozRequestFullScreen||e.msRequestFullScreen;t&&t.apply(e)}function I(){var e=Ft.wrapper.classList.contains("paused");nt(),Ft.wrapper.classList.add("paused"),e===!1&&b("paused")}function Y(){var e=Ft.wrapper.classList.contains("paused");Ft.wrapper.classList.remove("paused"),tt(),e&&b("resumed")}function X(){H()?Y():I()}function H(){return Ft.wrapper.classList.contains("paused")}function O(e,t,n,r){Pt=Dt;var o=document.querySelectorAll(Yt);void 0===t&&(t=T(o[e])),Pt&&Pt.parentNode&&Pt.parentNode.classList.contains("stack")&&x(Pt.parentNode,Mt);var a=Wt.concat();Wt.length=0;var i=Tt,s=Mt;Tt=U(Yt,void 0===e?Tt:e),Mt=U(Xt,void 0===t?Mt:t),W(),q();e:for(var c=0,l=Wt.length;l>c;c++){for(var u=0;a.length>u;u++)if(a[u]===Wt[c]){a.splice(u,1);continue e}document.documentElement.classList.add(Wt[c]),b(Wt[c])}for(;a.length;)document.documentElement.classList.remove(a.pop());N()&&M();var d=o[Tt],v=d.querySelectorAll("section");if(Dt=v[Mt]||d,n!==void 0){var p=A(Dt.querySelectorAll(".fragment"));f(p).forEach(function(e,t){n>t?e.classList.add("visible"):e.classList.remove("visible")})}var g=Tt!==i||Mt!==s;g?b("slidechanged",{indexh:Tt,indexv:Mt,previousSlide:Pt,currentSlide:Dt,origin:r}):Pt=null,Pt&&(Pt.classList.remove("present"),document.querySelector(Ht).classList.contains("present")&&setTimeout(function(){var e,t=f(document.querySelectorAll(Yt+".stack"));for(e in t)t[e]&&x(t[e],0)},0)),g&&(Z(Pt),V(Dt)),F(),j(),_(),B()}function z(){u(),l(),q(),Ut=Ot.autoSlide,tt(),o(),F(),j(),_()}function U(e,t){var n=f(document.querySelectorAll(e)),r=n.length;if(r){Ot.loop&&(t%=r,0>t&&(t=r+t)),t=Math.max(Math.min(t,r-1),0);for(var o=0;r>o;o++){var a=n[o],i=Ot.rtl&&!C(a);if(a.classList.remove("past"),a.classList.remove("present"),a.classList.remove("future"),a.setAttribute("hidden",""),t>o)a.classList.add(i?"future":"past");else if(o>t){a.classList.add(i?"past":"future");for(var s=f(a.querySelectorAll(".fragment.visible"));s.length;)s.pop().classList.remove("visible")}a.querySelector("section")&&a.classList.add("stack")}n[t].classList.add("present"),n[t].removeAttribute("hidden");var c=n[t].getAttribute("data-state");c&&(Wt=Wt.concat(c.split(" ")));var l=n[t].getAttribute("data-autoslide");Ut=l?parseInt(l,10):Ot.autoSlide,tt()}else t=0;return t}function W(){var e,t,n=f(document.querySelectorAll(Yt)),r=n.length;if(r){var o=N()?10:Ot.viewDistance;Rt&&(o=N()?6:1);for(var a=0;r>a;a++){var i=n[a],s=f(i.querySelectorAll("section")),c=s.length;if(e=Math.abs((Tt-a)%(r-o))||0,c){i.style.display="block";for(var l=T(i),u=0;c>u;u++){var d=s[u];t=a===Tt?Math.abs(Mt-u):Math.abs(u-l),d.style.display=e+t>o?"none":"block"}}else i.style.display=e>o?"none":"block"}}}function j(){if(Ot.progress&&Ft.progress){var e=f(document.querySelectorAll(Yt)),t=document.querySelectorAll(It+":not(.stack)").length,n=0;e:for(var r=0;e.length>r;r++){for(var o=e[r],a=f(o.querySelectorAll("section")),i=0;a.length>i;i++){if(a[i].classList.contains("present"))break e;n++}if(o.classList.contains("present"))break;o.classList.contains("stack")===!1&&n++}Ft.progressbar.style.width=n/(t-1)*window.innerWidth+"px"}}function F(){if(Ot.controls&&Ft.controls){var e=K(),t=$();Ft.controlsLeft.concat(Ft.controlsRight).concat(Ft.controlsUp).concat(Ft.controlsDown).concat(Ft.controlsPrev).concat(Ft.controlsNext).forEach(function(e){e.classList.remove("enabled"),e.classList.remove("fragmented")}),e.left&&Ft.controlsLeft.forEach(function(e){e.classList.add("enabled")}),e.right&&Ft.controlsRight.forEach(function(e){e.classList.add("enabled")}),e.up&&Ft.controlsUp.forEach(function(e){e.classList.add("enabled")}),e.down&&Ft.controlsDown.forEach(function(e){e.classList.add("enabled")}),(e.left||e.up)&&Ft.controlsPrev.forEach(function(e){e.classList.add("enabled")}),(e.right||e.down)&&Ft.controlsNext.forEach(function(e){e.classList.add("enabled")}),Dt&&(t.prev&&Ft.controlsPrev.forEach(function(e){e.classList.add("fragmented","enabled")}),t.next&&Ft.controlsNext.forEach(function(e){e.classList.add("fragmented","enabled")}),C(Dt)?(t.prev&&Ft.controlsUp.forEach(function(e){e.classList.add("fragmented","enabled")}),t.next&&Ft.controlsDown.forEach(function(e){e.classList.add("fragmented","enabled")})):(t.prev&&Ft.controlsLeft.forEach(function(e){e.classList.add("fragmented","enabled")}),t.next&&Ft.controlsRight.forEach(function(e){e.classList.add("fragmented","enabled")})))}}function _(){f(Ft.background.childNodes).forEach(function(e,t){var n=Ot.rtl?"future":"past",r=Ot.rtl?"past":"future";e.className="slide-background "+(Tt>t?n:t>Tt?r:"present"),f(e.childNodes).forEach(function(e,t){e.className="slide-background "+(Mt>t?"past":t>Mt?"future":"present")})}),setTimeout(function(){Ft.background.classList.remove("no-transition")},1)}function K(){var e=document.querySelectorAll(Yt),t=document.querySelectorAll(Xt),n={left:Tt>0||Ot.loop,right:e.length-1>Tt||Ot.loop,up:Mt>0,down:t.length-1>Mt};if(Ot.rtl){var r=n.left;n.left=n.right,n.right=r}return n}function $(){if(Dt&&Ot.fragments){var e=Dt.querySelectorAll(".fragment"),t=Dt.querySelectorAll(".fragment:not(.visible)");return{prev:e.length-t.length>0,next:!!t.length}}return{prev:!1,next:!1}}function V(e){e&&(f(e.querySelectorAll("video, audio")).forEach(function(e){e.hasAttribute("data-autoplay")&&e.play()}),f(e.querySelectorAll('iframe[src*="youtube.com/embed/"]')).forEach(function(e){e.hasAttribute("data-autoplay")&&e.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}',"*")}))}function Z(e){e&&(f(e.querySelectorAll("video, audio")).forEach(function(e){e.hasAttribute("data-ignore")||e.pause()}),f(e.querySelectorAll('iframe[src*="youtube.com/embed/"]')).forEach(function(e){e.hasAttribute("data-ignore")||"function"!=typeof e.contentWindow.postMessage||e.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',"*")}))}function Q(){var e=window.location.hash,t=e.slice(2).split("/"),n=e.replace(/#|\//gi,"");if(isNaN(parseInt(t[0],10))&&n.length){var r=document.querySelector("#"+n);if(r){var o=Reveal.getIndices(r);O(o.h,o.v)}else O(Tt||0,Mt||0)}else{var a=parseInt(t[0],10)||0,i=parseInt(t[1],10)||0;(a!==Tt||i!==Mt)&&O(a,i)}}function B(e){if(Ot.history)if(clearTimeout($t),"number"==typeof e)$t=setTimeout(B,e);else{var t="/";Dt&&"string"==typeof Dt.getAttribute("id")?t="/"+Dt.getAttribute("id"):((Tt>0||Mt>0)&&(t+=Tt),Mt>0&&(t+="/"+Mt)),window.location.hash=t}}function G(e){var t,n=Tt,r=Mt;if(e){var o=C(e),a=o?e.parentNode:e,i=f(document.querySelectorAll(Yt));n=Math.max(i.indexOf(a),0),o&&(r=Math.max(f(e.parentNode.querySelectorAll("section")).indexOf(e),0))}if(!e&&Dt){var s=Dt.querySelectorAll(".fragment").length>0;if(s){var c=Dt.querySelectorAll(".fragment.visible");t=c.length}}return{h:n,v:r,f:t}}function J(){if(Dt&&Ot.fragments){var e=A(Dt.querySelectorAll(".fragment:not(.visible)"));if(e.length){var t=e[0].getAttribute("data-fragment-index");return e=Dt.querySelectorAll('.fragment[data-fragment-index="'+t+'"]'),f(e).forEach(function(e){e.classList.add("visible")}),b("fragmentshown",{fragment:e[0],fragments:e}),F(),!0}}return!1}function et(){if(Dt&&Ot.fragments){var e=A(Dt.querySelectorAll(".fragment.visible"));if(e.length){var t=e[e.length-1].getAttribute("data-fragment-index");return e=Dt.querySelectorAll('.fragment[data-fragment-index="'+t+'"]'),f(e).forEach(function(e){e.classList.remove("visible")}),b("fragmenthidden",{fragment:e[0],fragments:e}),F(),!0}}return!1}function tt(){clearTimeout(Kt),!Ut||H()||N()||(Kt=setTimeout(ct,Ut))}function nt(){clearTimeout(Kt)}function rt(){Ot.rtl?(N()||J()===!1)&&K().left&&O(Tt+1):(N()||et()===!1)&&K().left&&O(Tt-1)}function ot(){Ot.rtl?(N()||et()===!1)&&K().right&&O(Tt-1):(N()||J()===!1)&&K().right&&O(Tt+1)}function at(){(N()||et()===!1)&&K().up&&O(Tt,Mt-1)}function it(){(N()||J()===!1)&&K().down&&O(Tt,Mt+1)}function st(){if(et()===!1)if(K().up)at();else{var e=document.querySelector(Yt+".past:nth-child("+Tt+")");if(e){var t=e.querySelectorAll("section").length-1||void 0,n=Tt-1;O(n,t)}}}function ct(){J()===!1&&(K().down?it():ot()),tt()}function lt(e){document.activeElement;var t=!(!document.activeElement||!document.activeElement.type&&!document.activeElement.href&&"inherit"===document.activeElement.contentEditable);if(!(t||e.shiftKey&&32!==e.keyCode||e.altKey||e.ctrlKey||e.metaKey)){if(H()&&-1===[66,190,191].indexOf(e.keyCode))return!1;var n=!1;if("object"==typeof Ot.keyboard)for(var r in Ot.keyboard)if(parseInt(r,10)===e.keyCode){var o=Ot.keyboard[r];"function"==typeof o?o.apply(null,[e]):"string"==typeof o&&"function"==typeof Reveal[o]&&Reveal[o].call(),n=!0}if(n===!1)switch(n=!0,e.keyCode){case 80:case 33:st();break;case 78:case 34:ct();break;case 72:case 37:rt();break;case 76:case 39:ot();break;case 75:case 38:at();break;case 74:case 40:it();break;case 36:O(0);break;case 35:O(Number.MAX_VALUE);break;case 32:N()?P():e.shiftKey?st():ct();break;case 13:N()?P():n=!1;break;case 66:case 190:case 191:X();break;case 70:R();break;default:n=!1}n?e.preventDefault():27!==e.keyCode&&79!==e.keyCode||!Nt||(D(),e.preventDefault()),tt()}}function ut(e){Bt.startX=e.touches[0].clientX,Bt.startY=e.touches[0].clientY,Bt.startCount=e.touches.length,2===e.touches.length&&Ot.overview&&(Bt.startSpan=v({x:e.touches[1].clientX,y:e.touches[1].clientY},{x:Bt.startX,y:Bt.startY}))}function dt(e){if(Bt.captured)navigator.userAgent.match(/android/gi)&&e.preventDefault();else{var t=e.touches[0].clientX,n=e.touches[0].clientY;if(2===e.touches.length&&2===Bt.startCount&&Ot.overview){var r=v({x:e.touches[1].clientX,y:e.touches[1].clientY},{x:Bt.startX,y:Bt.startY});Math.abs(Bt.startSpan-r)>Bt.threshold&&(Bt.captured=!0,Bt.startSpan>r?M():P()),e.preventDefault()}else if(1===e.touches.length&&2!==Bt.startCount){var o=t-Bt.startX,a=n-Bt.startY;o>Bt.threshold&&Math.abs(o)>Math.abs(a)?(Bt.captured=!0,rt()):-Bt.threshold>o&&Math.abs(o)>Math.abs(a)?(Bt.captured=!0,ot()):a>Bt.threshold?(Bt.captured=!0,at()):-Bt.threshold>a&&(Bt.captured=!0,it()),Ot.embedded?(Bt.captured||C(Dt))&&e.preventDefault():e.preventDefault()}}}function ft(){Bt.captured=!1}function vt(e){e.pointerType===e.MSPOINTER_TYPE_TOUCH&&(e.touches=[{clientX:e.clientX,clientY:e.clientY}],ut(e))}function pt(e){e.pointerType===e.MSPOINTER_TYPE_TOUCH&&(e.touches=[{clientX:e.clientX,clientY:e.clientY}],dt(e))}function gt(e){e.pointerType===e.MSPOINTER_TYPE_TOUCH&&(e.touches=[{clientX:e.clientX,clientY:e.clientY}],ft(e))}function mt(e){if(Date.now()-_t>600){_t=Date.now();var t=e.detail||-e.wheelDelta;t>0?ct():st()}}function ht(e){e.preventDefault();var t=f(document.querySelectorAll(Yt)).length,n=Math.floor(e.clientX/Ft.wrapper.offsetWidth*t);O(n)}function bt(e){e.preventDefault(),rt()}function yt(e){e.preventDefault(),ot()}function wt(e){e.preventDefault(),at()}function Lt(e){e.preventDefault(),it()}function Et(e){e.preventDefault(),st()}function kt(e){e.preventDefault(),ct()}function St(){Q()}function At(){q()}function qt(e){if(Qt&&N()){e.preventDefault();for(var t=e.target;t&&!t.nodeName.match(/section/gi);)t=t.parentNode;if(t&&!t.classList.contains("disabled")&&(P(),t.nodeName.match(/section/gi))){var n=parseInt(t.getAttribute("data-index-h"),10),r=parseInt(t.getAttribute("data-index-v"),10);O(n,r)}}}function xt(e){var t=e.target.getAttribute("href");t&&(k(t),e.preventDefault())}var Tt,Mt,Pt,Dt,Nt,Ct,Rt,It=".reveal .slides section",Yt=".reveal .slides>section",Xt=".reveal .slides>section.present>section",Ht=".reveal .slides>section:first-child",Ot={width:960,height:700,margin:.1,minScale:.2,maxScale:1,controls:!0,progress:!0,history:!1,keyboard:!0,overview:!0,center:!0,touch:!0,loop:!1,rtl:!1,fragments:!0,embedded:!1,autoSlide:0,mouseWheel:!1,rollingLinks:!1,previewLinks:!1,theme:null,transition:"default",transitionSpeed:"default",backgroundTransition:"default",viewDistance:3,dependencies:[]},zt=!1,Ut=0,Wt=[],jt=1,Ft={},_t=0,Kt=0,$t=0,Vt=0,Zt=0,Qt=!1,Bt={startX:0,startY:0,startSpan:0,startCount:0,captured:!1,threshold:40};return{initialize:e,configure:c,sync:z,slide:O,left:rt,right:ot,up:at,down:it,prev:st,next:ct,prevFragment:et,nextFragment:J,navigateTo:O,navigateLeft:rt,navigateRight:ot,navigateUp:at,navigateDown:it,navigatePrev:st,navigateNext:ct,layout:q,availableRoutes:K,availableFragments:$,toggleOverview:D,togglePause:X,isOverview:N,isPaused:H,addEventListeners:l,removeEventListeners:u,getIndices:G,getSlide:function(e,t){var n=document.querySelectorAll(Yt)[e],r=n&&n.querySelectorAll("section");return t!==void 0?r?r[t]:void 0:n},getPreviousSlide:function(){return Pt},getCurrentSlide:function(){return Dt},getScale:function(){return jt},getConfig:function(){return Ot},getQueryHash:function(){var e={};return location.search.replace(/[A-Z0-9]+?=(\w*)/gi,function(t){e[t.split("=").shift()]=t.split("=").pop()}),e},isFirstSlide:function(){return null==document.querySelector(It+".past")?!0:!1},isLastSlide:function(){return Dt&&Dt.classList.contains(".stack")?null==Dt.querySelector(It+".future")?!0:!1:null==document.querySelector(It+".future")?!0:!1},isReady:function(){return zt},addEventListener:function(e,t,n){"addEventListener"in window&&(Ft.wrapper||document.querySelector(".reveal")).addEventListener(e,t,n)},removeEventListener:function(e,t,n){"addEventListener"in window&&(Ft.wrapper||document.querySelector(".reveal")).removeEventListener(e,t,n)}}}();