html5和css3很酷的手机端登录表单动画效果_jquery登录界面

下载地址

$("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" }); }); });

7d0465fe06fde8d343dadcd60b7850c346080.jpg

dd:

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值