From 1421934fde119e20cee8490a5fb57f8db825b9c0 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 10 Oct 2013 09:20:54 -0400 Subject: [PATCH] code style --- js/reveal.js | 13 +++++++++---- js/reveal.min.js | 4 ++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/js/reveal.js b/js/reveal.js index 600a763..e6368d6 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -615,15 +615,20 @@ var Reveal = (function(){ if( config.focusBodyOnPageVisiblityChange ) { var visibilityChange; - if ('hidden' in document) { + + if( 'hidden' in document ) { visibilityChange = 'visibilitychange'; - } else if ('msHidden' in document) { + } + else if( 'msHidden' in document ) { visibilityChange = 'msvisibilitychange'; - } else if ('webkitHidden' in document) { + } + else if( 'webkitHidden' in document ) { visibilityChange = 'webkitvisibilitychange'; } - document.addEventListener(visibilityChange, onPageVisibilityChange, false); + if( visibilityChange ) { + document.addEventListener( visibilityChange, onPageVisibilityChange, false ); + } } [ 'touchstart', 'click' ].forEach( function( eventName ) { diff --git a/js/reveal.min.js b/js/reveal.min.js index 2463ef9..b400f6d 100644 --- a/js/reveal.min.js +++ b/js/reveal.min.js @@ -1,8 +1,8 @@ /*! - * reveal.js 2.6.0-dev (2013-09-21, 22:18) + * reveal.js 2.6.0-dev (2013-10-10, 09:19) * http://lab.hakim.se/reveal-js * MIT licensed * * Copyright (C) 2013 Hakim El Hattab, http://hakim.se */ -var Reveal=function(){"use strict";function a(a){return b(),Mb||Lb?(window.addEventListener("load",C,!1),l(Sb,a),s(),c(),void 0):(document.body.setAttribute("class","no-transforms"),void 0)}function b(){Lb="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,Mb="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,Nb=navigator.userAgent.match(/(iphone|ipod|android)/gi)}function c(){function a(){c.length&&head.js.apply(null,c),d()}for(var b=[],c=[],e=0,f=Sb.dependencies.length;f>e;e++){var g=Sb.dependencies[e];(!g.condition||g.condition())&&(g.async?c.push(g.src):b.push(g.src),"function"==typeof g.callback&&head.ready(g.src.match(/([\w\d_\-]*)\.?js$|[^\\\/]*$/i)[0],g.callback))}b.length?(head.ready(a),head.js.apply(null,b)):a()}function d(){f(),e(),i(),ab(),setTimeout(function(){Xb.slides.classList.remove("no-transition"),Tb=!0,u("ready",{indexh:Hb,indexv:Ib,currentSlide:Kb})},1)}function e(){var a=m(document.querySelectorAll(Pb));a.forEach(function(a){var b=m(a.querySelectorAll("section"));b.forEach(function(a,b){b>0&&a.classList.add("future")})})}function f(){Xb.theme=document.querySelector("#theme"),Xb.wrapper=document.querySelector(".reveal"),Xb.slides=document.querySelector(".reveal .slides"),Xb.slides.classList.add("no-transition"),Xb.background=g(Xb.wrapper,"div","backgrounds",null),Xb.progress=g(Xb.wrapper,"div","progress",""),Xb.progressbar=Xb.progress.querySelector("span"),g(Xb.wrapper,"aside","controls",''),g(Xb.wrapper,"div","state-background",null),g(Xb.wrapper,"div","pause-overlay",null),Xb.controls=document.querySelector(".reveal .controls"),Xb.controlsLeft=m(document.querySelectorAll(".navigate-left")),Xb.controlsRight=m(document.querySelectorAll(".navigate-right")),Xb.controlsUp=m(document.querySelectorAll(".navigate-up")),Xb.controlsDown=m(document.querySelectorAll(".navigate-down")),Xb.controlsPrev=m(document.querySelectorAll(".navigate-prev")),Xb.controlsNext=m(document.querySelectorAll(".navigate-next"))}function g(a,b,c,d){var e=a.querySelector("."+c);return e||(e=document.createElement(b),e.classList.add(c),null!==d&&(e.innerHTML=d),a.appendChild(e)),e}function h(){function a(a,b){var c={background:a.getAttribute("data-background"),backgroundSize:a.getAttribute("data-background-size"),backgroundImage:a.getAttribute("data-background-image"),backgroundColor:a.getAttribute("data-background-color"),backgroundRepeat:a.getAttribute("data-background-repeat"),backgroundPosition:a.getAttribute("data-background-position"),backgroundTransition:a.getAttribute("data-background-transition")},d=document.createElement("div");return d.className="slide-background",c.background&&(/^(http|file|\/\/)/gi.test(c.background)||/\.(png|jpg|jpeg|gif|bmp)$/gi.test(c.background)?d.style.backgroundImage="url("+c.background+")":d.style.background=c.background),c.backgroundSize&&(d.style.backgroundSize=c.backgroundSize),c.backgroundImage&&(d.style.backgroundImage='url("'+c.backgroundImage+'")'),c.backgroundColor&&(d.style.backgroundColor=c.backgroundColor),c.backgroundRepeat&&(d.style.backgroundRepeat=c.backgroundRepeat),c.backgroundPosition&&(d.style.backgroundPosition=c.backgroundPosition),c.backgroundTransition&&d.setAttribute("data-background-transition",c.backgroundTransition),b.appendChild(d),d}r()&&document.body.classList.add("print-pdf"),Xb.background.innerHTML="",Xb.background.classList.add("no-transition"),m(document.querySelectorAll(Pb)).forEach(function(b){var c;c=r()?a(b,b):a(b,Xb.background),m(b.querySelectorAll("section")).forEach(function(b){r()?a(b,b):a(b,c)})}),Sb.parallaxBackgroundImage?(Xb.background.style.backgroundImage='url("'+Sb.parallaxBackgroundImage+'")',Xb.background.style.backgroundSize=Sb.parallaxBackgroundSize,setTimeout(function(){Xb.wrapper.classList.add("has-parallax-background")},1)):(Xb.background.style.backgroundImage="",Xb.wrapper.classList.remove("has-parallax-background"))}function i(a){if(Xb.wrapper.classList.remove(Sb.transition),"object"==typeof a&&l(Sb,a),Lb===!1&&(Sb.transition="linear"),Xb.wrapper.classList.add(Sb.transition),Xb.wrapper.setAttribute("data-transition-speed",Sb.transitionSpeed),Xb.wrapper.setAttribute("data-background-transition",Sb.backgroundTransition),Xb.controls.style.display=Sb.controls?"block":"none",Xb.progress.style.display=Sb.progress?"block":"none",Sb.rtl?Xb.wrapper.classList.add("rtl"):Xb.wrapper.classList.remove("rtl"),Sb.center?Xb.wrapper.classList.add("center"):Xb.wrapper.classList.remove("center"),Sb.mouseWheel?(document.addEventListener("DOMMouseScroll",ub,!1),document.addEventListener("mousewheel",ub,!1)):(document.removeEventListener("DOMMouseScroll",ub,!1),document.removeEventListener("mousewheel",ub,!1)),Sb.rollingLinks?v():w(),Sb.previewLinks?x():(y(),x("[data-preview-link]")),Sb.theme&&Xb.theme){var b=Xb.theme.getAttribute("href"),c=/[^\/]*?(?=\.css)/,d=b.match(c)[0];Sb.theme!==d&&(b=b.replace(c,Sb.theme),Xb.theme.setAttribute("href",b))}R()}function j(){if(bc=!0,window.addEventListener("hashchange",Cb,!1),window.addEventListener("resize",Db,!1),Sb.touch&&(Xb.wrapper.addEventListener("touchstart",ob,!1),Xb.wrapper.addEventListener("touchmove",pb,!1),Xb.wrapper.addEventListener("touchend",qb,!1),window.navigator.msPointerEnabled&&(Xb.wrapper.addEventListener("MSPointerDown",rb,!1),Xb.wrapper.addEventListener("MSPointerMove",sb,!1),Xb.wrapper.addEventListener("MSPointerUp",tb,!1))),Sb.keyboard&&document.addEventListener("keydown",nb,!1),Sb.progress&&Xb.progress&&Xb.progress.addEventListener("click",vb,!1),Sb.focusBodyOnPageVisiblityChange){var a;"hidden"in document?a="visibilitychange":"msHidden"in document?a="msvisibilitychange":"webkitHidden"in document&&(a="webkitvisibilitychange"),document.addEventListener(a,Eb,!1)}["touchstart","click"].forEach(function(a){Xb.controlsLeft.forEach(function(b){b.addEventListener(a,wb,!1)}),Xb.controlsRight.forEach(function(b){b.addEventListener(a,xb,!1)}),Xb.controlsUp.forEach(function(b){b.addEventListener(a,yb,!1)}),Xb.controlsDown.forEach(function(b){b.addEventListener(a,zb,!1)}),Xb.controlsPrev.forEach(function(b){b.addEventListener(a,Ab,!1)}),Xb.controlsNext.forEach(function(b){b.addEventListener(a,Bb,!1)})})}function k(){bc=!1,document.removeEventListener("keydown",nb,!1),window.removeEventListener("hashchange",Cb,!1),window.removeEventListener("resize",Db,!1),Xb.wrapper.removeEventListener("touchstart",ob,!1),Xb.wrapper.removeEventListener("touchmove",pb,!1),Xb.wrapper.removeEventListener("touchend",qb,!1),window.navigator.msPointerEnabled&&(Xb.wrapper.removeEventListener("MSPointerDown",rb,!1),Xb.wrapper.removeEventListener("MSPointerMove",sb,!1),Xb.wrapper.removeEventListener("MSPointerUp",tb,!1)),Sb.progress&&Xb.progress&&Xb.progress.removeEventListener("click",vb,!1),["touchstart","click"].forEach(function(a){Xb.controlsLeft.forEach(function(b){b.removeEventListener(a,wb,!1)}),Xb.controlsRight.forEach(function(b){b.removeEventListener(a,xb,!1)}),Xb.controlsUp.forEach(function(b){b.removeEventListener(a,yb,!1)}),Xb.controlsDown.forEach(function(b){b.removeEventListener(a,zb,!1)}),Xb.controlsPrev.forEach(function(b){b.removeEventListener(a,Ab,!1)}),Xb.controlsNext.forEach(function(b){b.removeEventListener(a,Bb,!1)})})}function l(a,b){for(var c in b)a[c]=b[c]}function m(a){return Array.prototype.slice.call(a)}function n(a,b){var c=a.x-b.x,d=a.y-b.y;return Math.sqrt(c*c+d*d)}function o(a,b){a.style.WebkitTransform=b,a.style.MozTransform=b,a.style.msTransform=b,a.style.OTransform=b,a.style.transform=b}function p(a){var b=0;if(a){var c=0;m(a.childNodes).forEach(function(a){"number"==typeof a.offsetTop&&a.style&&("absolute"===a.style.position&&(c+=1),b=Math.max(b,a.offsetTop+a.offsetHeight))}),0===c&&(b=a.offsetHeight)}return b}function q(a,b){if(b=b||0,a){var c=a.parentNode,d=c.childNodes;m(d).forEach(function(c){if("number"==typeof c.offsetHeight&&c!==a){var d=window.getComputedStyle(c),e=parseInt(d.marginTop,10),f=parseInt(d.marginBottom,10);b-=c.offsetHeight+e+f}});var e=window.getComputedStyle(a);b-=parseInt(e.marginTop,10)+parseInt(e.marginBottom,10)}return b}function r(){return/print-pdf/gi.test(window.location.search)}function s(){Sb.hideAddressBar&&Nb&&(window.addEventListener("load",t,!1),window.addEventListener("orientationchange",t,!1))}function t(){0!==window.orientation||/crios/gi.test(navigator.userAgent)?(document.documentElement.style.overflow="",document.body.style.height="100%"):(document.documentElement.style.overflow="scroll",document.body.style.height="120%"),setTimeout(function(){window.scrollTo(0,1)},10)}function u(a,b){var c=document.createEvent("HTMLEvents",1,2);c.initEvent(a,!0,!0),l(c,b),Xb.wrapper.dispatchEvent(c)}function v(){if(Lb&&!("msPerspective"in document.body.style))for(var a=document.querySelectorAll(Ob+" a:not(.image)"),b=0,c=a.length;c>b;b++){var d=a[b];if(!(!d.textContent||d.querySelector("*")||d.className&&d.classList.contains(d,"roll"))){var e=document.createElement("span");e.setAttribute("data-title",d.text),e.innerHTML=d.innerHTML,d.classList.add("roll"),d.innerHTML="",d.appendChild(e)}}}function w(){for(var a=document.querySelectorAll(Ob+" a.roll"),b=0,c=a.length;c>b;b++){var d=a[b],e=d.querySelector("span");e&&(d.classList.remove("roll"),d.innerHTML=e.innerHTML)}}function x(a){var b=m(document.querySelectorAll(a?a:"a"));b.forEach(function(a){/^(http|www)/gi.test(a.getAttribute("href"))&&a.addEventListener("click",Gb,!1)})}function y(){var a=m(document.querySelectorAll("a"));a.forEach(function(a){/^(http|www)/gi.test(a.getAttribute("href"))&&a.removeEventListener("click",Gb,!1)})}function z(a){A(),Xb.preview=document.createElement("div"),Xb.preview.classList.add("preview-link-overlay"),Xb.wrapper.appendChild(Xb.preview),Xb.preview.innerHTML=["
",'','',"
",'
','
','',"
"].join(""),Xb.preview.querySelector("iframe").addEventListener("load",function(){Xb.preview.classList.add("loaded")},!1),Xb.preview.querySelector(".close").addEventListener("click",function(a){A(),a.preventDefault()},!1),Xb.preview.querySelector(".external").addEventListener("click",function(){A()},!1),setTimeout(function(){Xb.preview.classList.add("visible")},1)}function A(){Xb.preview&&(Xb.preview.setAttribute("src",""),Xb.preview.parentNode.removeChild(Xb.preview),Xb.preview=null)}function B(a){var b=m(a);return b.forEach(function(a,b){a.hasAttribute("data-fragment-index")||a.setAttribute("data-fragment-index",b)}),b.sort(function(a,b){return a.getAttribute("data-fragment-index")-b.getAttribute("data-fragment-index")}),b}function C(){if(Xb.wrapper&&!r()){var a=Xb.wrapper.offsetWidth,b=Xb.wrapper.offsetHeight;a-=b*Sb.margin,b-=b*Sb.margin;var c=Sb.width,d=Sb.height,e=20;D(Sb.width,Sb.height,e),"string"==typeof c&&/%$/.test(c)&&(c=parseInt(c,10)/100*a),"string"==typeof d&&/%$/.test(d)&&(d=parseInt(d,10)/100*b),Xb.slides.style.width=c+"px",Xb.slides.style.height=d+"px",Wb=Math.min(a/c,b/d),Wb=Math.max(Wb,Sb.minScale),Wb=Math.min(Wb,Sb.maxScale),"undefined"==typeof Xb.slides.style.zoom||navigator.userAgent.match(/(iphone|ipod|ipad|android)/gi)?o(Xb.slides,"translate(-50%, -50%) scale("+Wb+") translate(50%, 50%)"):Xb.slides.style.zoom=Wb;for(var f=m(document.querySelectorAll(Ob)),g=0,h=f.length;h>g;g++){var i=f[g];"none"!==i.style.display&&(i.style.top=Sb.center?i.classList.contains("stack")?0:Math.max(-(p(i)/2)-e,-d/2)+"px":"")}U(),X()}}function D(a,b,c){m(Xb.slides.querySelectorAll("section > .stretch")).forEach(function(d){var e=q(d,b-2*c);if(/(img|video)/gi.test(d.nodeName)){var f=d.naturalWidth||d.videoWidth,g=d.naturalHeight||d.videoHeight,h=Math.min(a/f,e/g);d.style.width=f*h+"px",d.style.height=g*h+"px"}else d.style.width=a+"px",d.style.height=e+"px"})}function E(a,b){"object"==typeof a&&"function"==typeof a.setAttribute&&a.setAttribute("data-previous-indexv",b||0)}function F(a){if("object"==typeof a&&"function"==typeof a.setAttribute&&a.classList.contains("stack")){var b=a.hasAttribute("data-start-indexv")?"data-start-indexv":"data-previous-indexv";return parseInt(a.getAttribute(b)||0,10)}return 0}function G(){if(Sb.overview){gb();var a=Xb.wrapper.classList.contains("overview"),b=window.innerWidth<400?1e3:2500;Xb.wrapper.classList.add("overview"),Xb.wrapper.classList.remove("overview-deactivating"),clearTimeout(_b),clearTimeout(ac),_b=setTimeout(function(){for(var c=document.querySelectorAll(Pb),d=0,e=c.length;e>d;d++){var f=c[d],g=Sb.rtl?-105:105;if(f.setAttribute("data-index-h",d),o(f,"translateZ(-"+b+"px) translate("+(d-Hb)*g+"%, 0%)"),f.classList.contains("stack"))for(var h=f.querySelectorAll("section"),i=0,j=h.length;j>i;i++){var k=d===Hb?Ib:F(f),l=h[i];l.setAttribute("data-index-h",d),l.setAttribute("data-index-v",i),o(l,"translate(0%, "+105*(i-k)+"%)"),l.addEventListener("click",Fb,!0)}else f.addEventListener("click",Fb,!0)}T(),C(),a||u("overviewshown",{indexh:Hb,indexv:Ib,currentSlide:Kb})},10)}}function H(){Sb.overview&&(clearTimeout(_b),clearTimeout(ac),Xb.wrapper.classList.remove("overview"),Xb.wrapper.classList.add("overview-deactivating"),ac=setTimeout(function(){Xb.wrapper.classList.remove("overview-deactivating")},1),m(document.querySelectorAll(Ob)).forEach(function(a){o(a,""),a.removeEventListener("click",Fb,!0)}),Q(Hb,Ib),fb(),u("overviewhidden",{indexh:Hb,indexv:Ib,currentSlide:Kb}))}function I(a){"boolean"==typeof a?a?G():H():J()?H():G()}function J(){return Xb.wrapper.classList.contains("overview")}function K(a){return a=a?a:Kb,a&&a.parentNode&&!!a.parentNode.nodeName.match(/section/i)}function L(){var a=document.body,b=a.requestFullScreen||a.webkitRequestFullscreen||a.webkitRequestFullScreen||a.mozRequestFullScreen||a.msRequestFullScreen;b&&b.apply(a)}function M(){var a=Xb.wrapper.classList.contains("paused");gb(),Xb.wrapper.classList.add("paused"),a===!1&&u("paused")}function N(){var a=Xb.wrapper.classList.contains("paused");Xb.wrapper.classList.remove("paused"),fb(),a&&u("resumed")}function O(){P()?N():M()}function P(){return Xb.wrapper.classList.contains("paused")}function Q(a,b,c,d){Jb=Kb;var e=document.querySelectorAll(Pb);void 0===b&&(b=F(e[a])),Jb&&Jb.parentNode&&Jb.parentNode.classList.contains("stack")&&E(Jb.parentNode,Ib);var f=Vb.concat();Vb.length=0;var g=Hb||0,h=Ib||0;Hb=S(Pb,void 0===a?Hb:a),Ib=S(Qb,void 0===b?Ib:b),T(),C();a:for(var i=0,j=Vb.length;j>i;i++){for(var k=0;kb?a.classList.add("visible"):a.classList.remove("visible")})}var p=Hb!==g||Ib!==h;p?u("slidechanged",{indexh:Hb,indexv:Ib,previousSlide:Jb,currentSlide:Kb,origin:d}):Jb=null,Jb&&(Jb.classList.remove("present"),document.querySelector(Rb).classList.contains("present")&&setTimeout(function(){var a,b=m(document.querySelectorAll(Pb+".stack"));for(a in b)b[a]&&E(b[a],0)},0)),p&&(_(Jb),$(Kb)),V(),U(),W(),X(),bb()}function R(){k(),j(),C(),Ub=Sb.autoSlide,fb(),h(),V(),U(),W()}function S(a,b){var c=m(document.querySelectorAll(a)),d=c.length;if(d){Sb.loop&&(b%=d,0>b&&(b=d+b)),b=Math.max(Math.min(b,d-1),0);for(var e=0;d>e;e++){var f=c[e],g=Sb.rtl&&!K(f);if(f.classList.remove("past"),f.classList.remove("present"),f.classList.remove("future"),f.setAttribute("hidden",""),b>e)f.classList.add(g?"future":"past");else if(e>b){f.classList.add(g?"past":"future");for(var h=m(f.querySelectorAll(".fragment.visible"));h.length;)h.pop().classList.remove("visible")}f.querySelector("section")&&f.classList.add("stack")}c[b].classList.add("present"),c[b].removeAttribute("hidden");var i=c[b].getAttribute("data-state");i&&(Vb=Vb.concat(i.split(" ")));var j=c[b].getAttribute("data-autoslide");Ub=j?parseInt(j,10):Sb.autoSlide,fb()}else b=0;return b}function T(){var a,b,c=m(document.querySelectorAll(Pb)),d=c.length;if(d){var e=J()?10:Sb.viewDistance;Nb&&(e=J()?6:1);for(var f=0;d>f;f++){var g=c[f],h=m(g.querySelectorAll("section")),i=h.length;if(a=Math.abs((Hb-f)%(d-e))||0,g.style.display=a>e?"none":"block",i)for(var j=F(g),k=0;i>k;k++){var l=h[k];b=f===Hb?Math.abs(Ib-k):Math.abs(k-j),l.style.display=a+b>e?"none":"block"}}}}function U(){if(Sb.progress&&Xb.progress){var a=m(document.querySelectorAll(Pb)),b=document.querySelectorAll(Ob+":not(.stack)").length,c=0;a:for(var d=0;db?c:b>Hb?d:"present"),m(a.childNodes).forEach(function(a,b){a.className="slide-background "+(Ib>b?"past":b>Ib?"future":"present")})}),setTimeout(function(){Xb.background.classList.remove("no-transition")},1)}function X(){if(Sb.parallaxBackgroundImage){var a,b,c=document.querySelectorAll(Pb),d=document.querySelectorAll(Qb),e=Xb.background.style.backgroundSize.split(" ");1===e.length?a=b=parseInt(e[0],10):(a=parseInt(e[0],10),b=parseInt(e[1],10));var f=Xb.background.offsetWidth,g=c.length,h=-(a-f)/(g-1)*Hb,i=Xb.background.offsetHeight,j=d.length,k=j>0?-(b-i)/(j-1)*Ib:0;Xb.background.style.backgroundPosition=h+"px "+k+"px"}}function Y(){var a=document.querySelectorAll(Pb),b=document.querySelectorAll(Qb),c={left:Hb>0||Sb.loop,right:Hb0,down:Ib0,next:!!b.length}}return{prev:!1,next:!1}}function $(a){a&&(m(a.querySelectorAll("video, audio")).forEach(function(a){a.hasAttribute("data-autoplay")&&a.play()}),m(a.querySelectorAll('iframe[src*="youtube.com/embed/"]')).forEach(function(a){a.hasAttribute("data-autoplay")&&a.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}',"*")}))}function _(a){a&&(m(a.querySelectorAll("video, audio")).forEach(function(a){a.hasAttribute("data-ignore")||a.pause()}),m(a.querySelectorAll('iframe[src*="youtube.com/embed/"]')).forEach(function(a){a.hasAttribute("data-ignore")||"function"!=typeof a.contentWindow.postMessage||a.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',"*")}))}function ab(){var a=window.location.hash,b=a.slice(2).split("/"),c=a.replace(/#|\//gi,"");if(isNaN(parseInt(b[0],10))&&c.length){var d=document.querySelector("#"+c);if(d){var e=Reveal.getIndices(d);Q(e.h,e.v)}else Q(Hb||0,Ib||0)}else{var f=parseInt(b[0],10)||0,g=parseInt(b[1],10)||0;(f!==Hb||g!==Ib)&&Q(f,g)}}function bb(a){if(Sb.history)if(clearTimeout($b),"number"==typeof a)$b=setTimeout(bb,a);else{var b="/";Kb&&"string"==typeof Kb.getAttribute("id")?b="/"+Kb.getAttribute("id"):((Hb>0||Ib>0)&&(b+=Hb),Ib>0&&(b+="/"+Ib)),window.location.hash=b}}function cb(a){var b,c=Hb,d=Ib;if(a){var e=K(a),f=e?a.parentNode:a,g=m(document.querySelectorAll(Pb));c=Math.max(g.indexOf(f),0),e&&(d=Math.max(m(a.parentNode.querySelectorAll("section")).indexOf(a),0))}if(!a&&Kb){var h=Kb.querySelectorAll(".fragment").length>0;if(h){var i=Kb.querySelectorAll(".fragment.visible");b=i.length}}return{h:c,v:d,f:b}}function db(){if(Kb&&Sb.fragments){var a=B(Kb.querySelectorAll(".fragment:not(.visible)"));if(a.length){var b=a[0].getAttribute("data-fragment-index");return a=Kb.querySelectorAll('.fragment[data-fragment-index="'+b+'"]'),m(a).forEach(function(a){a.classList.add("visible")}),u("fragmentshown",{fragment:a[0],fragments:a}),V(),!0}}return!1}function eb(){if(Kb&&Sb.fragments){var a=B(Kb.querySelectorAll(".fragment.visible"));if(a.length){var b=a[a.length-1].getAttribute("data-fragment-index");return a=Kb.querySelectorAll('.fragment[data-fragment-index="'+b+'"]'),m(a).forEach(function(a){a.classList.remove("visible")}),u("fragmenthidden",{fragment:a[0],fragments:a}),V(),!0}}return!1}function fb(){clearTimeout(Zb),!Ub||P()||J()||(Zb=setTimeout(mb,Ub))}function gb(){clearTimeout(Zb)}function hb(){Sb.rtl?(J()||db()===!1)&&Y().left&&Q(Hb+1):(J()||eb()===!1)&&Y().left&&Q(Hb-1)}function ib(){Sb.rtl?(J()||eb()===!1)&&Y().right&&Q(Hb-1):(J()||db()===!1)&&Y().right&&Q(Hb+1)}function jb(){(J()||eb()===!1)&&Y().up&&Q(Hb,Ib-1)}function kb(){(J()||db()===!1)&&Y().down&&Q(Hb,Ib+1)}function lb(){if(eb()===!1)if(Y().up)jb();else{var a=document.querySelector(Pb+".past:nth-child("+Hb+")");if(a){var b=a.querySelectorAll("section").length-1||void 0,c=Hb-1;Q(c,b)}}}function mb(){db()===!1&&(Y().down?kb():ib()),fb()}function nb(a){document.activeElement;var b=!(!document.activeElement||!document.activeElement.type&&!document.activeElement.href&&"inherit"===document.activeElement.contentEditable);if(!(b||a.shiftKey&&32!==a.keyCode||a.altKey||a.ctrlKey||a.metaKey)){if(P()&&-1===[66,190,191].indexOf(a.keyCode))return!1;var c=!1;if("object"==typeof Sb.keyboard)for(var d in Sb.keyboard)if(parseInt(d,10)===a.keyCode){var e=Sb.keyboard[d];"function"==typeof e?e.apply(null,[a]):"string"==typeof e&&"function"==typeof Reveal[e]&&Reveal[e].call(),c=!0}if(c===!1)switch(c=!0,a.keyCode){case 80:case 33:lb();break;case 78:case 34:mb();break;case 72:case 37:hb();break;case 76:case 39:ib();break;case 75:case 38:jb();break;case 74:case 40:kb();break;case 36:Q(0);break;case 35:Q(Number.MAX_VALUE);break;case 32:J()?H():a.shiftKey?lb():mb();break;case 13:J()?H():c=!1;break;case 66:case 190:case 191:O();break;case 70:L();break;default:c=!1}c?a.preventDefault():27!==a.keyCode&&79!==a.keyCode||!Lb||(I(),a.preventDefault()),fb()}}function ob(a){cc.startX=a.touches[0].clientX,cc.startY=a.touches[0].clientY,cc.startCount=a.touches.length,2===a.touches.length&&Sb.overview&&(cc.startSpan=n({x:a.touches[1].clientX,y:a.touches[1].clientY},{x:cc.startX,y:cc.startY}))}function pb(a){if(cc.captured)navigator.userAgent.match(/android/gi)&&a.preventDefault();else{var b=a.touches[0].clientX,c=a.touches[0].clientY;if(2===a.touches.length&&2===cc.startCount&&Sb.overview){var d=n({x:a.touches[1].clientX,y:a.touches[1].clientY},{x:cc.startX,y:cc.startY});Math.abs(cc.startSpan-d)>cc.threshold&&(cc.captured=!0,dcc.threshold&&Math.abs(e)>Math.abs(f)?(cc.captured=!0,hb()):e<-cc.threshold&&Math.abs(e)>Math.abs(f)?(cc.captured=!0,ib()):f>cc.threshold?(cc.captured=!0,jb()):f<-cc.threshold&&(cc.captured=!0,kb()),Sb.embedded?(cc.captured||K(Kb))&&a.preventDefault():a.preventDefault()}}}function qb(){cc.captured=!1}function rb(a){a.pointerType===a.MSPOINTER_TYPE_TOUCH&&(a.touches=[{clientX:a.clientX,clientY:a.clientY}],ob(a))}function sb(a){a.pointerType===a.MSPOINTER_TYPE_TOUCH&&(a.touches=[{clientX:a.clientX,clientY:a.clientY}],pb(a))}function tb(a){a.pointerType===a.MSPOINTER_TYPE_TOUCH&&(a.touches=[{clientX:a.clientX,clientY:a.clientY}],qb(a))}function ub(a){if(Date.now()-Yb>600){Yb=Date.now();var b=a.detail||-a.wheelDelta;b>0?mb():lb()}}function vb(a){a.preventDefault();var b=m(document.querySelectorAll(Pb)).length,c=Math.floor(a.clientX/Xb.wrapper.offsetWidth*b);Q(c)}function wb(a){a.preventDefault(),hb()}function xb(a){a.preventDefault(),ib()}function yb(a){a.preventDefault(),jb()}function zb(a){a.preventDefault(),kb()}function Ab(a){a.preventDefault(),lb()}function Bb(a){a.preventDefault(),mb()}function Cb(){ab()}function Db(){C()}function Eb(){var a=document.webkitHidden||document.msHidden||document.hidden;a===!1&&document.activeElement!==document.body&&(document.activeElement.blur(),document.body.focus())}function Fb(a){if(bc&&J()){a.preventDefault();for(var b=a.target;b&&!b.nodeName.match(/section/gi);)b=b.parentNode;if(b&&!b.classList.contains("disabled")&&(H(),b.nodeName.match(/section/gi))){var c=parseInt(b.getAttribute("data-index-h"),10),d=parseInt(b.getAttribute("data-index-v"),10);Q(c,d)}}}function Gb(a){var b=a.target.getAttribute("href");b&&(z(b),a.preventDefault())}var Hb,Ib,Jb,Kb,Lb,Mb,Nb,Ob=".reveal .slides section",Pb=".reveal .slides>section",Qb=".reveal .slides>section.present>section",Rb=".reveal .slides>section:first-child",Sb={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,hideAddressBar:!0,previewLinks:!1,focusBodyOnPageVisiblityChange:!0,theme:null,transition:"default",transitionSpeed:"default",backgroundTransition:"default",parallaxBackgroundImage:"",parallaxBackgroundSize:"",viewDistance:3,dependencies:[]},Tb=!1,Ub=0,Vb=[],Wb=1,Xb={},Yb=0,Zb=0,$b=0,_b=0,ac=0,bc=!1,cc={startX:0,startY:0,startSpan:0,startCount:0,captured:!1,threshold:40};return{initialize:a,configure:i,sync:R,slide:Q,left:hb,right:ib,up:jb,down:kb,prev:lb,next:mb,prevFragment:eb,nextFragment:db,navigateTo:Q,navigateLeft:hb,navigateRight:ib,navigateUp:jb,navigateDown:kb,navigatePrev:lb,navigateNext:mb,layout:C,availableRoutes:Y,availableFragments:Z,toggleOverview:I,togglePause:O,isOverview:J,isPaused:P,addEventListeners:j,removeEventListeners:k,getIndices:cb,getSlide:function(a,b){var c=document.querySelectorAll(Pb)[a],d=c&&c.querySelectorAll("section");return"undefined"!=typeof b?d?d[b]:void 0:c},getPreviousSlide:function(){return Jb},getCurrentSlide:function(){return Kb},getScale:function(){return Wb},getConfig:function(){return Sb},getQueryHash:function(){var a={};return location.search.replace(/[A-Z0-9]+?=(\w*)/gi,function(b){a[b.split("=").shift()]=b.split("=").pop()}),a},isFirstSlide:function(){return null==document.querySelector(Ob+".past")?!0:!1},isLastSlide:function(){return Kb?Kb.nextElementSibling?!1:K(Kb)&&Kb.parentNode.nextElementSibling?!1:!0:!1},isReady:function(){return Tb},addEventListener:function(a,b,c){"addEventListener"in window&&(Xb.wrapper||document.querySelector(".reveal")).addEventListener(a,b,c)},removeEventListener:function(a,b,c){"addEventListener"in window&&(Xb.wrapper||document.querySelector(".reveal")).removeEventListener(a,b,c)}}}(); \ No newline at end of file +var Reveal=function(){"use strict";function a(a){return b(),Mb||Lb?(window.addEventListener("load",C,!1),l(Sb,a),s(),c(),void 0):(document.body.setAttribute("class","no-transforms"),void 0)}function b(){Lb="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,Mb="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,Nb=navigator.userAgent.match(/(iphone|ipod|android)/gi)}function c(){function a(){c.length&&head.js.apply(null,c),d()}for(var b=[],c=[],e=0,f=Sb.dependencies.length;f>e;e++){var g=Sb.dependencies[e];(!g.condition||g.condition())&&(g.async?c.push(g.src):b.push(g.src),"function"==typeof g.callback&&head.ready(g.src.match(/([\w\d_\-]*)\.?js$|[^\\\/]*$/i)[0],g.callback))}b.length?(head.ready(a),head.js.apply(null,b)):a()}function d(){f(),e(),i(),ab(),setTimeout(function(){Xb.slides.classList.remove("no-transition"),Tb=!0,u("ready",{indexh:Hb,indexv:Ib,currentSlide:Kb})},1)}function e(){var a=m(document.querySelectorAll(Pb));a.forEach(function(a){var b=m(a.querySelectorAll("section"));b.forEach(function(a,b){b>0&&a.classList.add("future")})})}function f(){Xb.theme=document.querySelector("#theme"),Xb.wrapper=document.querySelector(".reveal"),Xb.slides=document.querySelector(".reveal .slides"),Xb.slides.classList.add("no-transition"),Xb.background=g(Xb.wrapper,"div","backgrounds",null),Xb.progress=g(Xb.wrapper,"div","progress",""),Xb.progressbar=Xb.progress.querySelector("span"),g(Xb.wrapper,"aside","controls",''),g(Xb.wrapper,"div","state-background",null),g(Xb.wrapper,"div","pause-overlay",null),Xb.controls=document.querySelector(".reveal .controls"),Xb.controlsLeft=m(document.querySelectorAll(".navigate-left")),Xb.controlsRight=m(document.querySelectorAll(".navigate-right")),Xb.controlsUp=m(document.querySelectorAll(".navigate-up")),Xb.controlsDown=m(document.querySelectorAll(".navigate-down")),Xb.controlsPrev=m(document.querySelectorAll(".navigate-prev")),Xb.controlsNext=m(document.querySelectorAll(".navigate-next"))}function g(a,b,c,d){var e=a.querySelector("."+c);return e||(e=document.createElement(b),e.classList.add(c),null!==d&&(e.innerHTML=d),a.appendChild(e)),e}function h(){function a(a,b){var c={background:a.getAttribute("data-background"),backgroundSize:a.getAttribute("data-background-size"),backgroundImage:a.getAttribute("data-background-image"),backgroundColor:a.getAttribute("data-background-color"),backgroundRepeat:a.getAttribute("data-background-repeat"),backgroundPosition:a.getAttribute("data-background-position"),backgroundTransition:a.getAttribute("data-background-transition")},d=document.createElement("div");return d.className="slide-background",c.background&&(/^(http|file|\/\/)/gi.test(c.background)||/\.(png|jpg|jpeg|gif|bmp)$/gi.test(c.background)?d.style.backgroundImage="url("+c.background+")":d.style.background=c.background),c.backgroundSize&&(d.style.backgroundSize=c.backgroundSize),c.backgroundImage&&(d.style.backgroundImage='url("'+c.backgroundImage+'")'),c.backgroundColor&&(d.style.backgroundColor=c.backgroundColor),c.backgroundRepeat&&(d.style.backgroundRepeat=c.backgroundRepeat),c.backgroundPosition&&(d.style.backgroundPosition=c.backgroundPosition),c.backgroundTransition&&d.setAttribute("data-background-transition",c.backgroundTransition),b.appendChild(d),d}r()&&document.body.classList.add("print-pdf"),Xb.background.innerHTML="",Xb.background.classList.add("no-transition"),m(document.querySelectorAll(Pb)).forEach(function(b){var c;c=r()?a(b,b):a(b,Xb.background),m(b.querySelectorAll("section")).forEach(function(b){r()?a(b,b):a(b,c)})}),Sb.parallaxBackgroundImage?(Xb.background.style.backgroundImage='url("'+Sb.parallaxBackgroundImage+'")',Xb.background.style.backgroundSize=Sb.parallaxBackgroundSize,setTimeout(function(){Xb.wrapper.classList.add("has-parallax-background")},1)):(Xb.background.style.backgroundImage="",Xb.wrapper.classList.remove("has-parallax-background"))}function i(a){if(Xb.wrapper.classList.remove(Sb.transition),"object"==typeof a&&l(Sb,a),Lb===!1&&(Sb.transition="linear"),Xb.wrapper.classList.add(Sb.transition),Xb.wrapper.setAttribute("data-transition-speed",Sb.transitionSpeed),Xb.wrapper.setAttribute("data-background-transition",Sb.backgroundTransition),Xb.controls.style.display=Sb.controls?"block":"none",Xb.progress.style.display=Sb.progress?"block":"none",Sb.rtl?Xb.wrapper.classList.add("rtl"):Xb.wrapper.classList.remove("rtl"),Sb.center?Xb.wrapper.classList.add("center"):Xb.wrapper.classList.remove("center"),Sb.mouseWheel?(document.addEventListener("DOMMouseScroll",ub,!1),document.addEventListener("mousewheel",ub,!1)):(document.removeEventListener("DOMMouseScroll",ub,!1),document.removeEventListener("mousewheel",ub,!1)),Sb.rollingLinks?v():w(),Sb.previewLinks?x():(y(),x("[data-preview-link]")),Sb.theme&&Xb.theme){var b=Xb.theme.getAttribute("href"),c=/[^\/]*?(?=\.css)/,d=b.match(c)[0];Sb.theme!==d&&(b=b.replace(c,Sb.theme),Xb.theme.setAttribute("href",b))}R()}function j(){if(bc=!0,window.addEventListener("hashchange",Cb,!1),window.addEventListener("resize",Db,!1),Sb.touch&&(Xb.wrapper.addEventListener("touchstart",ob,!1),Xb.wrapper.addEventListener("touchmove",pb,!1),Xb.wrapper.addEventListener("touchend",qb,!1),window.navigator.msPointerEnabled&&(Xb.wrapper.addEventListener("MSPointerDown",rb,!1),Xb.wrapper.addEventListener("MSPointerMove",sb,!1),Xb.wrapper.addEventListener("MSPointerUp",tb,!1))),Sb.keyboard&&document.addEventListener("keydown",nb,!1),Sb.progress&&Xb.progress&&Xb.progress.addEventListener("click",vb,!1),Sb.focusBodyOnPageVisiblityChange){var a;"hidden"in document?a="visibilitychange":"msHidden"in document?a="msvisibilitychange":"webkitHidden"in document&&(a="webkitvisibilitychange"),a&&document.addEventListener(a,Eb,!1)}["touchstart","click"].forEach(function(a){Xb.controlsLeft.forEach(function(b){b.addEventListener(a,wb,!1)}),Xb.controlsRight.forEach(function(b){b.addEventListener(a,xb,!1)}),Xb.controlsUp.forEach(function(b){b.addEventListener(a,yb,!1)}),Xb.controlsDown.forEach(function(b){b.addEventListener(a,zb,!1)}),Xb.controlsPrev.forEach(function(b){b.addEventListener(a,Ab,!1)}),Xb.controlsNext.forEach(function(b){b.addEventListener(a,Bb,!1)})})}function k(){bc=!1,document.removeEventListener("keydown",nb,!1),window.removeEventListener("hashchange",Cb,!1),window.removeEventListener("resize",Db,!1),Xb.wrapper.removeEventListener("touchstart",ob,!1),Xb.wrapper.removeEventListener("touchmove",pb,!1),Xb.wrapper.removeEventListener("touchend",qb,!1),window.navigator.msPointerEnabled&&(Xb.wrapper.removeEventListener("MSPointerDown",rb,!1),Xb.wrapper.removeEventListener("MSPointerMove",sb,!1),Xb.wrapper.removeEventListener("MSPointerUp",tb,!1)),Sb.progress&&Xb.progress&&Xb.progress.removeEventListener("click",vb,!1),["touchstart","click"].forEach(function(a){Xb.controlsLeft.forEach(function(b){b.removeEventListener(a,wb,!1)}),Xb.controlsRight.forEach(function(b){b.removeEventListener(a,xb,!1)}),Xb.controlsUp.forEach(function(b){b.removeEventListener(a,yb,!1)}),Xb.controlsDown.forEach(function(b){b.removeEventListener(a,zb,!1)}),Xb.controlsPrev.forEach(function(b){b.removeEventListener(a,Ab,!1)}),Xb.controlsNext.forEach(function(b){b.removeEventListener(a,Bb,!1)})})}function l(a,b){for(var c in b)a[c]=b[c]}function m(a){return Array.prototype.slice.call(a)}function n(a,b){var c=a.x-b.x,d=a.y-b.y;return Math.sqrt(c*c+d*d)}function o(a,b){a.style.WebkitTransform=b,a.style.MozTransform=b,a.style.msTransform=b,a.style.OTransform=b,a.style.transform=b}function p(a){var b=0;if(a){var c=0;m(a.childNodes).forEach(function(a){"number"==typeof a.offsetTop&&a.style&&("absolute"===a.style.position&&(c+=1),b=Math.max(b,a.offsetTop+a.offsetHeight))}),0===c&&(b=a.offsetHeight)}return b}function q(a,b){if(b=b||0,a){var c=a.parentNode,d=c.childNodes;m(d).forEach(function(c){if("number"==typeof c.offsetHeight&&c!==a){var d=window.getComputedStyle(c),e=parseInt(d.marginTop,10),f=parseInt(d.marginBottom,10);b-=c.offsetHeight+e+f}});var e=window.getComputedStyle(a);b-=parseInt(e.marginTop,10)+parseInt(e.marginBottom,10)}return b}function r(){return/print-pdf/gi.test(window.location.search)}function s(){Sb.hideAddressBar&&Nb&&(window.addEventListener("load",t,!1),window.addEventListener("orientationchange",t,!1))}function t(){0!==window.orientation||/crios/gi.test(navigator.userAgent)?(document.documentElement.style.overflow="",document.body.style.height="100%"):(document.documentElement.style.overflow="scroll",document.body.style.height="120%"),setTimeout(function(){window.scrollTo(0,1)},10)}function u(a,b){var c=document.createEvent("HTMLEvents",1,2);c.initEvent(a,!0,!0),l(c,b),Xb.wrapper.dispatchEvent(c)}function v(){if(Lb&&!("msPerspective"in document.body.style))for(var a=document.querySelectorAll(Ob+" a:not(.image)"),b=0,c=a.length;c>b;b++){var d=a[b];if(!(!d.textContent||d.querySelector("*")||d.className&&d.classList.contains(d,"roll"))){var e=document.createElement("span");e.setAttribute("data-title",d.text),e.innerHTML=d.innerHTML,d.classList.add("roll"),d.innerHTML="",d.appendChild(e)}}}function w(){for(var a=document.querySelectorAll(Ob+" a.roll"),b=0,c=a.length;c>b;b++){var d=a[b],e=d.querySelector("span");e&&(d.classList.remove("roll"),d.innerHTML=e.innerHTML)}}function x(a){var b=m(document.querySelectorAll(a?a:"a"));b.forEach(function(a){/^(http|www)/gi.test(a.getAttribute("href"))&&a.addEventListener("click",Gb,!1)})}function y(){var a=m(document.querySelectorAll("a"));a.forEach(function(a){/^(http|www)/gi.test(a.getAttribute("href"))&&a.removeEventListener("click",Gb,!1)})}function z(a){A(),Xb.preview=document.createElement("div"),Xb.preview.classList.add("preview-link-overlay"),Xb.wrapper.appendChild(Xb.preview),Xb.preview.innerHTML=["
",'','',"
",'
','
','',"
"].join(""),Xb.preview.querySelector("iframe").addEventListener("load",function(){Xb.preview.classList.add("loaded")},!1),Xb.preview.querySelector(".close").addEventListener("click",function(a){A(),a.preventDefault()},!1),Xb.preview.querySelector(".external").addEventListener("click",function(){A()},!1),setTimeout(function(){Xb.preview.classList.add("visible")},1)}function A(){Xb.preview&&(Xb.preview.setAttribute("src",""),Xb.preview.parentNode.removeChild(Xb.preview),Xb.preview=null)}function B(a){var b=m(a);return b.forEach(function(a,b){a.hasAttribute("data-fragment-index")||a.setAttribute("data-fragment-index",b)}),b.sort(function(a,b){return a.getAttribute("data-fragment-index")-b.getAttribute("data-fragment-index")}),b}function C(){if(Xb.wrapper&&!r()){var a=Xb.wrapper.offsetWidth,b=Xb.wrapper.offsetHeight;a-=b*Sb.margin,b-=b*Sb.margin;var c=Sb.width,d=Sb.height,e=20;D(Sb.width,Sb.height,e),"string"==typeof c&&/%$/.test(c)&&(c=parseInt(c,10)/100*a),"string"==typeof d&&/%$/.test(d)&&(d=parseInt(d,10)/100*b),Xb.slides.style.width=c+"px",Xb.slides.style.height=d+"px",Wb=Math.min(a/c,b/d),Wb=Math.max(Wb,Sb.minScale),Wb=Math.min(Wb,Sb.maxScale),"undefined"==typeof Xb.slides.style.zoom||navigator.userAgent.match(/(iphone|ipod|ipad|android)/gi)?o(Xb.slides,"translate(-50%, -50%) scale("+Wb+") translate(50%, 50%)"):Xb.slides.style.zoom=Wb;for(var f=m(document.querySelectorAll(Ob)),g=0,h=f.length;h>g;g++){var i=f[g];"none"!==i.style.display&&(i.style.top=Sb.center?i.classList.contains("stack")?0:Math.max(-(p(i)/2)-e,-d/2)+"px":"")}U(),X()}}function D(a,b,c){m(Xb.slides.querySelectorAll("section > .stretch")).forEach(function(d){var e=q(d,b-2*c);if(/(img|video)/gi.test(d.nodeName)){var f=d.naturalWidth||d.videoWidth,g=d.naturalHeight||d.videoHeight,h=Math.min(a/f,e/g);d.style.width=f*h+"px",d.style.height=g*h+"px"}else d.style.width=a+"px",d.style.height=e+"px"})}function E(a,b){"object"==typeof a&&"function"==typeof a.setAttribute&&a.setAttribute("data-previous-indexv",b||0)}function F(a){if("object"==typeof a&&"function"==typeof a.setAttribute&&a.classList.contains("stack")){var b=a.hasAttribute("data-start-indexv")?"data-start-indexv":"data-previous-indexv";return parseInt(a.getAttribute(b)||0,10)}return 0}function G(){if(Sb.overview){gb();var a=Xb.wrapper.classList.contains("overview"),b=window.innerWidth<400?1e3:2500;Xb.wrapper.classList.add("overview"),Xb.wrapper.classList.remove("overview-deactivating"),clearTimeout(_b),clearTimeout(ac),_b=setTimeout(function(){for(var c=document.querySelectorAll(Pb),d=0,e=c.length;e>d;d++){var f=c[d],g=Sb.rtl?-105:105;if(f.setAttribute("data-index-h",d),o(f,"translateZ(-"+b+"px) translate("+(d-Hb)*g+"%, 0%)"),f.classList.contains("stack"))for(var h=f.querySelectorAll("section"),i=0,j=h.length;j>i;i++){var k=d===Hb?Ib:F(f),l=h[i];l.setAttribute("data-index-h",d),l.setAttribute("data-index-v",i),o(l,"translate(0%, "+105*(i-k)+"%)"),l.addEventListener("click",Fb,!0)}else f.addEventListener("click",Fb,!0)}T(),C(),a||u("overviewshown",{indexh:Hb,indexv:Ib,currentSlide:Kb})},10)}}function H(){Sb.overview&&(clearTimeout(_b),clearTimeout(ac),Xb.wrapper.classList.remove("overview"),Xb.wrapper.classList.add("overview-deactivating"),ac=setTimeout(function(){Xb.wrapper.classList.remove("overview-deactivating")},1),m(document.querySelectorAll(Ob)).forEach(function(a){o(a,""),a.removeEventListener("click",Fb,!0)}),Q(Hb,Ib),fb(),u("overviewhidden",{indexh:Hb,indexv:Ib,currentSlide:Kb}))}function I(a){"boolean"==typeof a?a?G():H():J()?H():G()}function J(){return Xb.wrapper.classList.contains("overview")}function K(a){return a=a?a:Kb,a&&a.parentNode&&!!a.parentNode.nodeName.match(/section/i)}function L(){var a=document.body,b=a.requestFullScreen||a.webkitRequestFullscreen||a.webkitRequestFullScreen||a.mozRequestFullScreen||a.msRequestFullScreen;b&&b.apply(a)}function M(){var a=Xb.wrapper.classList.contains("paused");gb(),Xb.wrapper.classList.add("paused"),a===!1&&u("paused")}function N(){var a=Xb.wrapper.classList.contains("paused");Xb.wrapper.classList.remove("paused"),fb(),a&&u("resumed")}function O(){P()?N():M()}function P(){return Xb.wrapper.classList.contains("paused")}function Q(a,b,c,d){Jb=Kb;var e=document.querySelectorAll(Pb);void 0===b&&(b=F(e[a])),Jb&&Jb.parentNode&&Jb.parentNode.classList.contains("stack")&&E(Jb.parentNode,Ib);var f=Vb.concat();Vb.length=0;var g=Hb||0,h=Ib||0;Hb=S(Pb,void 0===a?Hb:a),Ib=S(Qb,void 0===b?Ib:b),T(),C();a:for(var i=0,j=Vb.length;j>i;i++){for(var k=0;kb?a.classList.add("visible"):a.classList.remove("visible")})}var p=Hb!==g||Ib!==h;p?u("slidechanged",{indexh:Hb,indexv:Ib,previousSlide:Jb,currentSlide:Kb,origin:d}):Jb=null,Jb&&(Jb.classList.remove("present"),document.querySelector(Rb).classList.contains("present")&&setTimeout(function(){var a,b=m(document.querySelectorAll(Pb+".stack"));for(a in b)b[a]&&E(b[a],0)},0)),p&&(_(Jb),$(Kb)),V(),U(),W(),X(),bb()}function R(){k(),j(),C(),Ub=Sb.autoSlide,fb(),h(),V(),U(),W()}function S(a,b){var c=m(document.querySelectorAll(a)),d=c.length;if(d){Sb.loop&&(b%=d,0>b&&(b=d+b)),b=Math.max(Math.min(b,d-1),0);for(var e=0;d>e;e++){var f=c[e],g=Sb.rtl&&!K(f);if(f.classList.remove("past"),f.classList.remove("present"),f.classList.remove("future"),f.setAttribute("hidden",""),b>e)f.classList.add(g?"future":"past");else if(e>b){f.classList.add(g?"past":"future");for(var h=m(f.querySelectorAll(".fragment.visible"));h.length;)h.pop().classList.remove("visible")}f.querySelector("section")&&f.classList.add("stack")}c[b].classList.add("present"),c[b].removeAttribute("hidden");var i=c[b].getAttribute("data-state");i&&(Vb=Vb.concat(i.split(" ")));var j=c[b].getAttribute("data-autoslide");Ub=j?parseInt(j,10):Sb.autoSlide,fb()}else b=0;return b}function T(){var a,b,c=m(document.querySelectorAll(Pb)),d=c.length;if(d){var e=J()?10:Sb.viewDistance;Nb&&(e=J()?6:1);for(var f=0;d>f;f++){var g=c[f],h=m(g.querySelectorAll("section")),i=h.length;if(a=Math.abs((Hb-f)%(d-e))||0,g.style.display=a>e?"none":"block",i)for(var j=F(g),k=0;i>k;k++){var l=h[k];b=f===Hb?Math.abs(Ib-k):Math.abs(k-j),l.style.display=a+b>e?"none":"block"}}}}function U(){if(Sb.progress&&Xb.progress){var a=m(document.querySelectorAll(Pb)),b=document.querySelectorAll(Ob+":not(.stack)").length,c=0;a:for(var d=0;db?c:b>Hb?d:"present"),m(a.childNodes).forEach(function(a,b){a.className="slide-background "+(Ib>b?"past":b>Ib?"future":"present")})}),setTimeout(function(){Xb.background.classList.remove("no-transition")},1)}function X(){if(Sb.parallaxBackgroundImage){var a,b,c=document.querySelectorAll(Pb),d=document.querySelectorAll(Qb),e=Xb.background.style.backgroundSize.split(" ");1===e.length?a=b=parseInt(e[0],10):(a=parseInt(e[0],10),b=parseInt(e[1],10));var f=Xb.background.offsetWidth,g=c.length,h=-(a-f)/(g-1)*Hb,i=Xb.background.offsetHeight,j=d.length,k=j>0?-(b-i)/(j-1)*Ib:0;Xb.background.style.backgroundPosition=h+"px "+k+"px"}}function Y(){var a=document.querySelectorAll(Pb),b=document.querySelectorAll(Qb),c={left:Hb>0||Sb.loop,right:Hb0,down:Ib0,next:!!b.length}}return{prev:!1,next:!1}}function $(a){a&&(m(a.querySelectorAll("video, audio")).forEach(function(a){a.hasAttribute("data-autoplay")&&a.play()}),m(a.querySelectorAll('iframe[src*="youtube.com/embed/"]')).forEach(function(a){a.hasAttribute("data-autoplay")&&a.contentWindow.postMessage('{"event":"command","func":"playVideo","args":""}',"*")}))}function _(a){a&&(m(a.querySelectorAll("video, audio")).forEach(function(a){a.hasAttribute("data-ignore")||a.pause()}),m(a.querySelectorAll('iframe[src*="youtube.com/embed/"]')).forEach(function(a){a.hasAttribute("data-ignore")||"function"!=typeof a.contentWindow.postMessage||a.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}',"*")}))}function ab(){var a=window.location.hash,b=a.slice(2).split("/"),c=a.replace(/#|\//gi,"");if(isNaN(parseInt(b[0],10))&&c.length){var d=document.querySelector("#"+c);if(d){var e=Reveal.getIndices(d);Q(e.h,e.v)}else Q(Hb||0,Ib||0)}else{var f=parseInt(b[0],10)||0,g=parseInt(b[1],10)||0;(f!==Hb||g!==Ib)&&Q(f,g)}}function bb(a){if(Sb.history)if(clearTimeout($b),"number"==typeof a)$b=setTimeout(bb,a);else{var b="/";Kb&&"string"==typeof Kb.getAttribute("id")?b="/"+Kb.getAttribute("id"):((Hb>0||Ib>0)&&(b+=Hb),Ib>0&&(b+="/"+Ib)),window.location.hash=b}}function cb(a){var b,c=Hb,d=Ib;if(a){var e=K(a),f=e?a.parentNode:a,g=m(document.querySelectorAll(Pb));c=Math.max(g.indexOf(f),0),e&&(d=Math.max(m(a.parentNode.querySelectorAll("section")).indexOf(a),0))}if(!a&&Kb){var h=Kb.querySelectorAll(".fragment").length>0;if(h){var i=Kb.querySelectorAll(".fragment.visible");b=i.length}}return{h:c,v:d,f:b}}function db(){if(Kb&&Sb.fragments){var a=B(Kb.querySelectorAll(".fragment:not(.visible)"));if(a.length){var b=a[0].getAttribute("data-fragment-index");return a=Kb.querySelectorAll('.fragment[data-fragment-index="'+b+'"]'),m(a).forEach(function(a){a.classList.add("visible")}),u("fragmentshown",{fragment:a[0],fragments:a}),V(),!0}}return!1}function eb(){if(Kb&&Sb.fragments){var a=B(Kb.querySelectorAll(".fragment.visible"));if(a.length){var b=a[a.length-1].getAttribute("data-fragment-index");return a=Kb.querySelectorAll('.fragment[data-fragment-index="'+b+'"]'),m(a).forEach(function(a){a.classList.remove("visible")}),u("fragmenthidden",{fragment:a[0],fragments:a}),V(),!0}}return!1}function fb(){clearTimeout(Zb),!Ub||P()||J()||(Zb=setTimeout(mb,Ub))}function gb(){clearTimeout(Zb)}function hb(){Sb.rtl?(J()||db()===!1)&&Y().left&&Q(Hb+1):(J()||eb()===!1)&&Y().left&&Q(Hb-1)}function ib(){Sb.rtl?(J()||eb()===!1)&&Y().right&&Q(Hb-1):(J()||db()===!1)&&Y().right&&Q(Hb+1)}function jb(){(J()||eb()===!1)&&Y().up&&Q(Hb,Ib-1)}function kb(){(J()||db()===!1)&&Y().down&&Q(Hb,Ib+1)}function lb(){if(eb()===!1)if(Y().up)jb();else{var a=document.querySelector(Pb+".past:nth-child("+Hb+")");if(a){var b=a.querySelectorAll("section").length-1||void 0,c=Hb-1;Q(c,b)}}}function mb(){db()===!1&&(Y().down?kb():ib()),fb()}function nb(a){document.activeElement;var b=!(!document.activeElement||!document.activeElement.type&&!document.activeElement.href&&"inherit"===document.activeElement.contentEditable);if(!(b||a.shiftKey&&32!==a.keyCode||a.altKey||a.ctrlKey||a.metaKey)){if(P()&&-1===[66,190,191].indexOf(a.keyCode))return!1;var c=!1;if("object"==typeof Sb.keyboard)for(var d in Sb.keyboard)if(parseInt(d,10)===a.keyCode){var e=Sb.keyboard[d];"function"==typeof e?e.apply(null,[a]):"string"==typeof e&&"function"==typeof Reveal[e]&&Reveal[e].call(),c=!0}if(c===!1)switch(c=!0,a.keyCode){case 80:case 33:lb();break;case 78:case 34:mb();break;case 72:case 37:hb();break;case 76:case 39:ib();break;case 75:case 38:jb();break;case 74:case 40:kb();break;case 36:Q(0);break;case 35:Q(Number.MAX_VALUE);break;case 32:J()?H():a.shiftKey?lb():mb();break;case 13:J()?H():c=!1;break;case 66:case 190:case 191:O();break;case 70:L();break;default:c=!1}c?a.preventDefault():27!==a.keyCode&&79!==a.keyCode||!Lb||(I(),a.preventDefault()),fb()}}function ob(a){cc.startX=a.touches[0].clientX,cc.startY=a.touches[0].clientY,cc.startCount=a.touches.length,2===a.touches.length&&Sb.overview&&(cc.startSpan=n({x:a.touches[1].clientX,y:a.touches[1].clientY},{x:cc.startX,y:cc.startY}))}function pb(a){if(cc.captured)navigator.userAgent.match(/android/gi)&&a.preventDefault();else{var b=a.touches[0].clientX,c=a.touches[0].clientY;if(2===a.touches.length&&2===cc.startCount&&Sb.overview){var d=n({x:a.touches[1].clientX,y:a.touches[1].clientY},{x:cc.startX,y:cc.startY});Math.abs(cc.startSpan-d)>cc.threshold&&(cc.captured=!0,dcc.threshold&&Math.abs(e)>Math.abs(f)?(cc.captured=!0,hb()):e<-cc.threshold&&Math.abs(e)>Math.abs(f)?(cc.captured=!0,ib()):f>cc.threshold?(cc.captured=!0,jb()):f<-cc.threshold&&(cc.captured=!0,kb()),Sb.embedded?(cc.captured||K(Kb))&&a.preventDefault():a.preventDefault()}}}function qb(){cc.captured=!1}function rb(a){a.pointerType===a.MSPOINTER_TYPE_TOUCH&&(a.touches=[{clientX:a.clientX,clientY:a.clientY}],ob(a))}function sb(a){a.pointerType===a.MSPOINTER_TYPE_TOUCH&&(a.touches=[{clientX:a.clientX,clientY:a.clientY}],pb(a))}function tb(a){a.pointerType===a.MSPOINTER_TYPE_TOUCH&&(a.touches=[{clientX:a.clientX,clientY:a.clientY}],qb(a))}function ub(a){if(Date.now()-Yb>600){Yb=Date.now();var b=a.detail||-a.wheelDelta;b>0?mb():lb()}}function vb(a){a.preventDefault();var b=m(document.querySelectorAll(Pb)).length,c=Math.floor(a.clientX/Xb.wrapper.offsetWidth*b);Q(c)}function wb(a){a.preventDefault(),hb()}function xb(a){a.preventDefault(),ib()}function yb(a){a.preventDefault(),jb()}function zb(a){a.preventDefault(),kb()}function Ab(a){a.preventDefault(),lb()}function Bb(a){a.preventDefault(),mb()}function Cb(){ab()}function Db(){C()}function Eb(){var a=document.webkitHidden||document.msHidden||document.hidden;a===!1&&document.activeElement!==document.body&&(document.activeElement.blur(),document.body.focus())}function Fb(a){if(bc&&J()){a.preventDefault();for(var b=a.target;b&&!b.nodeName.match(/section/gi);)b=b.parentNode;if(b&&!b.classList.contains("disabled")&&(H(),b.nodeName.match(/section/gi))){var c=parseInt(b.getAttribute("data-index-h"),10),d=parseInt(b.getAttribute("data-index-v"),10);Q(c,d)}}}function Gb(a){var b=a.target.getAttribute("href");b&&(z(b),a.preventDefault())}var Hb,Ib,Jb,Kb,Lb,Mb,Nb,Ob=".reveal .slides section",Pb=".reveal .slides>section",Qb=".reveal .slides>section.present>section",Rb=".reveal .slides>section:first-child",Sb={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,hideAddressBar:!0,previewLinks:!1,focusBodyOnPageVisiblityChange:!0,theme:null,transition:"default",transitionSpeed:"default",backgroundTransition:"default",parallaxBackgroundImage:"",parallaxBackgroundSize:"",viewDistance:3,dependencies:[]},Tb=!1,Ub=0,Vb=[],Wb=1,Xb={},Yb=0,Zb=0,$b=0,_b=0,ac=0,bc=!1,cc={startX:0,startY:0,startSpan:0,startCount:0,captured:!1,threshold:40};return{initialize:a,configure:i,sync:R,slide:Q,left:hb,right:ib,up:jb,down:kb,prev:lb,next:mb,prevFragment:eb,nextFragment:db,navigateTo:Q,navigateLeft:hb,navigateRight:ib,navigateUp:jb,navigateDown:kb,navigatePrev:lb,navigateNext:mb,layout:C,availableRoutes:Y,availableFragments:Z,toggleOverview:I,togglePause:O,isOverview:J,isPaused:P,addEventListeners:j,removeEventListeners:k,getIndices:cb,getSlide:function(a,b){var c=document.querySelectorAll(Pb)[a],d=c&&c.querySelectorAll("section");return"undefined"!=typeof b?d?d[b]:void 0:c},getPreviousSlide:function(){return Jb},getCurrentSlide:function(){return Kb},getScale:function(){return Wb},getConfig:function(){return Sb},getQueryHash:function(){var a={};return location.search.replace(/[A-Z0-9]+?=(\w*)/gi,function(b){a[b.split("=").shift()]=b.split("=").pop()}),a},isFirstSlide:function(){return null==document.querySelector(Ob+".past")?!0:!1},isLastSlide:function(){return Kb?Kb.nextElementSibling?!1:K(Kb)&&Kb.parentNode.nextElementSibling?!1:!0:!1},isReady:function(){return Tb},addEventListener:function(a,b,c){"addEventListener"in window&&(Xb.wrapper||document.querySelector(".reveal")).addEventListener(a,b,c)},removeEventListener:function(a,b,c){"addEventListener"in window&&(Xb.wrapper||document.querySelector(".reveal")).removeEventListener(a,b,c)}}}(); \ No newline at end of file