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,940
First release
Last update

More resources from Len

731Threads
2,287Messages
63,878Members
brandvisionLatest member
Back