• Hello, the preloader seems to not working on firefox.
    If you open the link I mention here in chrome (even in incognito) and you hover over the columns in the first row, it works like a charm (and thanks for that). You will notice the background image swapping very smooth.

    But in firefox it doesn’t work. There is a glimpse of white background between image swapping which means the preload didn’t work.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ravikumar Patel

    (@ravipatel)

    @isalakid Please add this CSS in your #naturesection id

    -webkit-transition: background 0.4s linear;
            -o-transition: background 0.4s linear;
            transition: background 0.4s linear;
    Thread Starter isalakid

    (@isalakid)

    @ravipatel Thanks for the reply. That didn’t work! I added the css but the problem is that this white glimpse when swapping images means that they are not preloaded and it’s not about the effect of the transition.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working on Mozilla Firefox’ is closed to new replies.