Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flickering text on glide__slides anchors #511

Open
shuantsu-zz opened this issue Aug 11, 2020 · 0 comments
Open

Flickering text on glide__slides anchors #511

shuantsu-zz opened this issue Aug 11, 2020 · 0 comments

Comments

@shuantsu-zz
Copy link

I found an inconsistency with the transitions on glide__slides that was causing the buttons text to turn black for a short time... this snipped solved for me:

.glide__slide {
  a {
    transition: 1s opacity;
  }
}

Apparently my code transition: 1s all; was causing the trouble.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant