modify .js file
-
Hi
How to cheng this source code:
jQuery('.lay1 .post .imgwrap').css({'opacity':'0.4'}); jQuery('.lay1 .post ').hover(function(){ jQuery(this).find('.imgwrap').stop().animate({'opacity':'1'}, 300); }, function(){ jQuery(this).find('.imgwrap').stop().animate({'opacity':'0.4'}, 300); });
I starting to modify one of wordpress thems, and this is part of file wich is responsible for animation, you can see it at TRITON them by towfiq https://www.towfiqi.com (js/triton.js)
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘modify .js file’ is closed to new replies.