File: /var/www/indoadvisory/wp/wp-content/plugins/divi-essential-/assets/js/dnxte.lottieActivation.js
jQuery(document).ready(function(a){a(".dnxte-lottie").length&&a(".dnxte-lottie").each(function(){let o=a(this).data(),t=bodymovin.loadAnimation({wrapper:this,animType:"svg",loop:"on"===o.loop,path:o.path,autoplay:"on"===o.autoplay});t.setSpeed(parseFloat(o.speed)),t.setDirection(parseInt(o.direction)),"off"===o.autoplay&&"on"===o.playHover&&t.goToAndStop(parseInt(o.startFrame),!0),a(this).on("mouseenter",function(){"off"===o.autoplay&&"on"===o.playHover?t.play():"on"===o.autoplay&&"on"===o.stopHover&&t.pause()}),a(this).on("mouseleave",function(){"off"===o.autoplay&&"on"===o.playHover?t.pause():"on"===o.autoplay&&"on"===o.stopHover&&t.play()})})});