$('input[type="submit"]').click(function () { $('.login').addClass('test'); setTimeout(function () { $('.login').addClass('testtwo'); }, 300); setTimeout(function () { $('.authent').show().animate({ right: -320 }, { easing: 'easeOutQuint', duration: 600, queue: false }); $('.authent').animate({ opacity: 1 }, { duration: 200, queue: false }).addClass('visible'); }, 500); setTimeout(function () { $('.authent').show().animate({ right: 90 }, { easing: 'easeOutQuint', duration: 600, queue: false }); $('.authent').animate({ opacity: 0 }, { duration: 200, queue: false }).addClass('visible'); $('.login').removeClass('testtwo'); }, 2500); setTimeout(function () { $('.login').removeClass('test'); $('.login div').fadeOut(123); }, 2800); setTimeout(function () { $('.success').fadeIn(); }, 3200); }); $('input[type="text"],input[type="password"]').focus(function () { $(this).prev().animate({ 'opacity': '1' }, 200); }); $('input[type="text"],input[type="password"]').blur(function () { $(this).prev().animate({ 'opacity': '.5' }, 200); }); $('input[type="text"],input[type="password"]').keyup(function () { if (!$(this).val() == '') { $(this).next().animate({ 'opacity': '1', 'right': '30' }, 200); } else { $(this).next().animate({ 'opacity': '0', 'right': '20' }, 200); } }); var open = 0; $('.tab').click(function () { $(this).fadeOut(200, function () { $(this).parent().animate({ 'left': '0' }); }); });
文件目录······
暂无数据
猜你喜欢
更多»
项目推荐
更多»
PDF电子书
更多»
Java多线程编程核心技术
(2)
Linux命令详解词典.pdf
(5)
深入Python3中文版
(0)
百度SEO一本通.pdf
(0)
mysql必知必会.pdf
(2)
疯狂JAVA讲义 pdf电子书
(3)
C# 图解教程pdf电子书
(3)
研磨设计模式 pdf电子书
(0)