Hello,

I'm trying to sole a problem with this module.
I've used this module to show some news in the homepage of my website. The module is set on "Fade" mode but I can't change the timing and delay of the single news in the module setting. Indeed, the only two options that I can see refers to Orizontal and Vertical Scroller.

Thanks a lot

Comments

mikee’s picture

Hello,

I have the same issue. Just wondering whether anyone has a solution to adjust the speed and delay for the fade option?

Thanks.

mikee’s picture

Hello,

Within the file views_ticker/js/views.ticker.fade.js there is a variable on the 4th Line:

b = b || 4000;

This variable appears to set the time delay between fades. The 4000 equates to approx 4-seconds so to lengthen to 10-seconds I've updated as below.

b = b || 10000;

Any better solutions via the module itself greatly appreciated.

Thanks.

ron_s’s picture

Issue summary: View changes
Related issues: +#2704723: Refactor module

This has been addressed in the patch created against 7.x-2.x: https://www.drupal.org/node/2704723

Please review when you have a chance, thanks!