{"version":3,"sources":["block-best-choice.js"],"names":["jQuery","document","ready","$","controller","ScrollMagic","Controller","scenesArray","length","push","Scene","triggerElement","setClassToggle","reverse","addTo"],"mappings":"AAAA,YAAAA,QAAOC,UAAUC,MAAM,SAASC,GAC9B,GAAIC,GAAa,GAAIC,aAAYC,WAC7BC,IAEDJ,GAAE,mBAAmBK,QACtBD,EAAYE,KAAK,GAAIJ,aAAYK,OAC/BC,eAAgB,qCAEjBC,eAAe,mCAAoC,QACnDC,SAAQ,GAERC,MAAMV","file":"block-best-choice.js","sourcesContent":["jQuery(document).ready(function($){\n var controller = new ScrollMagic.Controller();\n var scenesArray = [];\n\n if($('.wf-best-choice').length) {\n scenesArray.push(new ScrollMagic.Scene({\n triggerElement: '.wf-best-choice .callout-content'\n })\n .setClassToggle('.wf-best-choice .callout-content', 'show')\n .reverse(false)\n // .addIndicators()\n .addTo(controller)\n );\n }\n});\n"]}