Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Phil Ewels

    (@tallphil)

    Hi crazyrawkr,

    I think this is to do with the animation changing the way that the font is anti-aliased. It’s probably only visible for you because you’re using a custom font.

    I think that adding the following CSS should solve your problem:

    html { -webkit-font-smoothing: antialiased; }

    (taken from this post).

    Hope that helps!

    Phil

    Thread Starter crazyrawkr

    (@crazyrawkr)

    That fixed it, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘When slider switches images, it alters the text in the page’ is closed to new replies.