/ Published in: JavaScript
URL: http://www.pontomobi.com.br/web/pt/js/produtos.js
Expand |
Embed | Plain Text
(function() { $(document).ready(function() { if($.browser.msie() == false && $.browser.safariMobile() === false) { var delay = 0; $(".box-content").each(function() { $(this).delay(delay += 300).animate({opacity:1},300); }) } else if($.browser.msie() == false) { $(".box-content").css("opacity",1); } }); }())
You need to login to post a comment.
