• Resolved akhilsharma6

    (@akhilsharma6)


    I would like to enable this plugin to display client logos in a continuous mode without flickering or ticker. Like it should move from left to right smoothly. Can you help?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author ShapedPlugin LLC

    (@shapedplugin)

    Hi Akhil Sharma,

    Thanks for your question.

    Use this configuration and CSS in your plugin to make your carousel continuously moving.
    First, go to your shortcode Carousel Setting and set AutoPlay Speed: 1, Slider Speed: 4000 (You are allowed to set Slider speed as you like but don’t change AutoPlay Speed.)

    Put the CSS in slider Setting > Custom CSS section

    .wpcp-carousel-wrapper .slick-track{
    transition-timing-function:linear !important;
    }

    Thank You.

Viewing 1 replies (of 1 total)
  • The topic ‘How to disable flickering?’ is closed to new replies.