We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using simple text rotator over a CSS gradient background leads to clipping / artifacting.
CSS background code:
background: radial-gradient(circle, rgba(137, 191, 227, 0.6), rgba(52, 152, 219, 0.1) 80%), url(/assets/images/bg.png)
Result (note faint boxes around text):
Resizing the window, which forces a redraw of the CSS gradient resolves it, until the next piece of text rotates.
Issue also confirmed on the demo site.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using simple text rotator over a CSS gradient background leads to clipping / artifacting.
CSS background code:
background: radial-gradient(circle, rgba(137, 191, 227, 0.6), rgba(52, 152, 219, 0.1) 80%), url(/assets/images/bg.png)
Result (note faint boxes around text):
Resizing the window, which forces a redraw of the CSS gradient resolves it, until the next piece of text rotates.
Issue also confirmed on the demo site.
The text was updated successfully, but these errors were encountered: