Resource icon

xF1 Template Modification CSS logo animatoin

📀 Resource submitted by: Len • 💬 Messages: 102 • 🏆 Points: 43 • 👍 Likes: 106 • 📀 Resources: 6
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,968
First release
Last update

More resources from Len


740Threads
2,308Messages
67,536Members
rodrigomxfLatest member
Back