I set the CSS3 background gradient for the element and I would like it to rotate slowly. I am just starting with CSS3 and HTML5 (of course, I have used CSS and HTML for 15 years, but there is a lot of new). Is it possible to rotate only the background and not the actual element?
If you want to see it, it is http://www.itjustwerx.net - an infinity symbol at the top left (yes, this is a background gradient, even if it is in the foreground of the text, it should like a background clip); I don't want the text to rotate, but I need a background. Also, this only works in webkit browsers.
I am ready to use everything the script does - HTML5 canvas, CSS3 transforms, Javascript / jQuery, etc. (although keeping it pure CSS3 would be great). However, I try to avoid using any images.
source
share