Resource icon

xF1 Template Modification CSS logo animatoin

Compatible XF Versions
  1. 1.0
  2. 1.1
  3. 1.2
  4. 1.3
  5. 1.4
  6. 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.
Author
Len
Views
1,941
First release
Last update

More resources from Len

735Threads
2,295Messages
65,519Members
khangLatest member
Back