{"version":3,"sources":["sub_home.js"],"names":["window","SUB","$","home","init","$carousel","imagesLoaded","owlCarousel","items","singleItem","autoPlay","stopOnHover","controller","ScrollMagic","Controller","ease","Circ","easeInOut","$scroll_bg","fast_background","TweenMax","fromTo","background-position","Scene","duration","triggerElement","triggerHook","setTween","addTo"],"mappings":"AAAAA,OAAOC,IAAMD,OAAOC,QAEpBC,EAAE,WACDD,IAAIE,KAAKC,SAGVH,IAAIE,MACHC,KAAO,WACN,GAAIC,GAAYH,EAAE,mBAElBG,GAAUC,aAAa,WACtBD,EAAUE,aACTC,MAAQ,EACRC,YAAa,EACbC,UAAW,EACXC,aAAc,KAOhB,IAAIC,GAAa,GAAIC,aAAYC,YAAYC,KAAMC,KAAKC,YACvDC,EAAahB,EAAE,cAQZiB,EAAkBC,SAASC,OAAOH,EACrC,GACUI,sBAAuB,YACvBA,sBAAuB,eAGlC,IAAIT,aAAYU,OAELC,SAAU,OACVC,eAAgBP,EAAW,GAC3BQ,YAAY,IAEbC,SAASR,GAAiBS,MAAMhB","file":"sub_home.js","sourcesContent":["window.SUB = window.SUB || {};\r\n\r\n$(function() {\r\n\tSUB.home.init();\r\n});\r\n\r\nSUB.home = {\r\n\tinit : function(){\r\n\t\tvar $carousel = $(\"#header-carousel\");\r\n\t\t\r\n\t\t$carousel.imagesLoaded(function(){\r\n\t\t\t$carousel.owlCarousel({\r\n\t\t\t\titems : 1,\r\n\t\t\t\tsingleItem : true,\r\n\t\t\t\tautoPlay : true,\r\n\t\t\t\tstopOnHover : true\r\n\t\t\t});\r\n\t\t});\r\n\r\n\r\n\r\n\t\t\r\n\t\tvar controller = new ScrollMagic.Controller({ease: Circ.easeInOut}),\r\n\t\t\t$scroll_bg = $('.scroll_bg');\r\n\r\n\t\tfunction scrollTracker($element){\r\n\t\t\tvar sceneClass = $element.attr('class');\r\n\r\n\t\t\tBGC.track('animation|nav|animation-scene-complete-' + sceneClass);\r\n\t\t};\r\n\r\n\t\tvar fast_background = TweenMax.fromTo($scroll_bg,\r\n\t\t\t1,\r\n {'background-position': '0px 0px'},\r\n {'background-position': '-2500px 0px'}\r\n\t\t);\r\n\r\n\t\tnew ScrollMagic.Scene(\r\n {\r\n\t duration: '200%',\r\n\t triggerElement: $scroll_bg[0],\r\n\t triggerHook:1.0\r\n\r\n\t }).setTween(fast_background).addTo(controller);\r\n\t}\r\n};\r\n\r\n"],"sourceRoot":"/source/"}