{"version":3,"sources":["../../dev/j/cleanup-performance-test.js"],"names":["$","avm","require","waypoints","$window","document","window","each","value","index","$self","this","on","addClass"],"mappings":"CAAA,WACC,YACA,IAAIA,GAAIC,IAAIC,QAAQ,UACnBC,EAAYF,IAAIC,QAAQ,uBAExBE,GADYJ,EAAEK,UACJL,EAAEM,QACHN,GAAE,aAILO,KAAK,SAASC,EAAOC,GAC3B,GAAIC,GAAQV,EAAEW,KAEdP,GAAQQ,GAAG,gBAAiB,WACvBT,EAAUO,EAAO,MACpBA,EAAMG,SAAS","file":"cleanup-performance-test.js","sourcesContent":["(function() {\n\t'use strict';\n\tvar $ = avm.require('jquery'),\n\t\twaypoints = avm.require('avast.web.waypoints'),\n\t\t$document = $(document),\n\t\t$window = $(window),\n\t\t$graph = $('.js-graph');\n\n// Animated graph section\n\n\t$graph.each(function(value, index) {\n\t\tvar $self = $(this);\n\n\t\t$window.on('resize scroll', function() {\n\t\t\tif (waypoints($self, 0.45)) {\n\t\t\t\t$self.addClass('animate');\n\t\t\t}\n\t\t});\n\t});\n\n})();\n"]}