whoami7 - Manager
:
/
home
/
analuakl
/
bents.in
/
wp-content
/
themes
/
medizin
/
elementor
/
assets
/
js
/
widgets
/
Upload File:
files >> /home/analuakl/bents.in/wp-content/themes/medizin/elementor/assets/js/widgets/widget-icon-box.js
( function( $ ) { 'use strict'; var MedizinIconBoxHandler = function( $scope, $ ) { var $element = $scope.find( '.tm-icon-box' ); elementorFrontend.waypoint( $element, function() { var settings = $element.data( 'vivus' ); var vivus; if ( settings && 'yes' === settings.enable ) { var $icon = $element.find( '.medizin-svg-icon' ); if ( $icon.length > 0 ) { var $svg = $icon.children( 'svg' ).not( '.svg-defs-gradient' ); if ( $svg.length > 0 ) { var options = { type: settings.type, duration: settings.duration, animTimingFunction: Vivus.EASE_OUT }; var Callback = function() { }; if ( vivus ) { vivus.destroy(); } var vivus = new Vivus( $svg[ 0 ], options, Callback ); if ( 'yes' === settings.play_on_hover ) { $element.hover( function() { vivus.stop() .reset() .play( 2 ); }, function() { //vivus.finish(); } ); } } } } } ); }; $( window ).on( 'elementor/frontend/init', function() { elementorFrontend.hooks.addAction( 'frontend/element_ready/tm-icon-box.default', MedizinIconBoxHandler ); } ); } )( jQuery );
Copyright ©2021 || Defacer Indonesia