windhamdavid 10 years ago
parent
commit
039c9bfefb
6 changed files with 8 additions and 4 deletions
  1. 2 2
      js/front-page.js
  2. 6 2
      js/front-page.min.js
  3. 0 0
      js/front.min.js
  4. 0 0
      js/init.min.js
  5. 0 0
      js/script-o.min.js
  6. 0 0
      style.min.css

+ 2 - 2
js/front-page.js

@@ -31,9 +31,9 @@
 $(document).ready(function(){
 	$("a").hover(function() {
 		var col = 'rgb(' + (Math.floor(Math.random() * 256)) + ',' + (Math.floor(Math.random() * 256)) + ',' + (Math.floor(Math.random() * 256)) + ')';
-		$(this).stop().animate({ color: col}, 600); },
+		$(this).stop().animate({ color: col}, 300); },
 		function() {
-			$(this).stop().animate({ color: col}, 400);
+			$(this).stop().animate({ color: col}, 300);
 	});
 	
 	var iconmorph = new SVGMorpheus('#icon')

+ 6 - 2
js/front-page.min.js

@@ -69,8 +69,12 @@
 
 
 $(document).ready(function(){
-    $('a.swap').swapAttr().css({'color':'#ccc'});
-    $('#link2').swapAttr('rel');
+	$("a").hover(function() {
+		var col = 'rgb(' + (Math.floor(Math.random() * 256)) + ',' + (Math.floor(Math.random() * 256)) + ',' + (Math.floor(Math.random() * 256)) + ')';
+		$(this).stop().animate({ color: col}, 300); },
+		function() {
+			$(this).stop().animate({ color: col}, 300);
+	});
 	
 	var iconmorph = new SVGMorpheus('#icon')
 	$( "a.zw-card" ).hover(function() {

File diff suppressed because it is too large
+ 0 - 0
js/front.min.js


File diff suppressed because it is too large
+ 0 - 0
js/init.min.js


File diff suppressed because it is too large
+ 0 - 0
js/script-o.min.js


File diff suppressed because it is too large
+ 0 - 0
style.min.css


Some files were not shown because too many files changed in this diff