• Resolved adinusmail

    (@adinusmail)


    Thanx for this great plugin first of all.
    Is this possible to remove animation for this widget?
    I manage to remove transition overwriting from css for modern browsers but i don’t know how to remove the animation for ie8/ie9.
    Any help would be appreciated…i am struggling with this for a few days.
    Thank You!

    https://ww.wp.xz.cn/plugins/stock-ticker/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Let me understand this better. You wish to get unordered list instead scrolling one-line ticker?

    Thread Starter adinusmail

    (@adinusmail)

    No, i don’t want the scrolling animation.I need a static(not moving) widget in footer.

    In modern browsers i remove the css transition property and it worked but in IE8 and IE9 i wanted a solution to stop that scrolling animation.

    I finally used something like this on domready:
    $('.newsticker').webTicker("stop");

    and for IE8 i needed also this line as the Ticker started to scroll again after hover:
    $('.newsticker').stop();

    This solution apparently worked fine…the ticker is not moving in IE8 and IE9 although this code generates errors in console log.

    Hope this make sense to you,

    Thanx,
    Adina

    Please try Staric ticker option in new version 0.1.4.4 released today.

    Cheers

    Thread Starter adinusmail

    (@adinusmail)

    Ah great!Perfect timing!

    Thank You!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Can i remove transition/animation?’ is closed to new replies.