View file newscard/assets/library/jquery.marquee/jquery.marquee-settings.js
// marquee
jQuery('.marquee').marquee({
//speed in milliseconds of the marquee
speed: 50,
//gap in pixels between the tickers
gap: 0,
//time in milliseconds before the marquee will start animating
delayBeforeStart: 0,
//'left' or 'right'
direction: 'left',
//true or false - should the marquee be duplicated to show an effect of continues flow
duplicated: true,
pauseOnHover: true,
startVisible: true
});