- Compatible XF Versions
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
Add to Extra.css
HTML:
#logo img {
animation: hue 120s linear infinite;
-webkit-animation: hue 120s linear infinite;
}
@-webkit-keyframes hue {
0% { -webkit-filter: hue-rotate(0deg); }
50% { -webkit-filter: hue-rotate(360deg); }
100%...
You do not have permission to view the full content of this resource.
Log in or register now.