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

Rotating text over CSS3 gradient background #14

Open
andrewboni opened this issue Mar 8, 2014 · 0 comments
Open

Rotating text over CSS3 gradient background #14

andrewboni opened this issue Mar 8, 2014 · 0 comments

Comments

@andrewboni
Copy link

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):

screenshot 2014-03-08 01 13 39

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.

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