Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
meupet.app
/
wp-content
/
plugins
/
exclusive-addons-elementor-pro
/
assets
/
js
/
elements-js
/
Editing: news-ticker-pro.js
// news ticker PRO script starts var exclusiveNewsTickerPRO = function( $scope, $ ) { var exad_news_ticker = $scope.find( '.exad-news-ticker' ); if ( $.isFunction( $.fn.breakingNews ) ) { exad_news_ticker.each( function() { var t = $(this), auto = t.data( 'autoplay' ) ? !0 : !1, animationEffect = t.data( 'animation' ) ? t.data( 'animation' ) : '', fixedPosition = t.data( 'fixed_position' ) ? t.data( 'fixed_position' ) : '', pauseOnHover = t.data( 'pause_on_hover' ) ? t.data( 'pause_on_hover' ) : '', animationSpeed = t.data( 'animation_speed' ) ? t.data( 'animation_speed' ) : '', autoplayInterval = t.data( 'autoplay_interval' ) ? t.data( 'autoplay_interval' ) : '', height = t.data( 'ticker_height' ) ? t.data( 'ticker_height' ) : '', direction = t.data( 'direction' ) ? t.data( 'direction' ) : ''; $(this).breakingNews( { position: fixedPosition, play: auto, direction: direction, scrollSpeed: animationSpeed, stopOnHover: pauseOnHover, effect: animationEffect, delayTimer: autoplayInterval, height: height, fontSize: 'default', themeColor: 'default', background: 'default' } ); } ); } } // news ticker PRO script ends
Save
Cancel