账号密码登录
微信安全登录
微信扫描二维码登录

登录后绑定QQ、微信即可实现信息互通

手机验证码登录
找回密码返回
邮箱找回 手机找回
注册账号返回
其他登录方式
分享
  • 收藏
    X
    這一頁的效果是怎麼實現的?
    26
    0

    https://store.snapchat.com/

    我發現了這一頁他會先出圖
    然後出現字
    這要怎麼樣實現啊?有經過jquery嗎?

    補充

    .ba {
        animation: anm_img_1  5s forwards;
        -webkit-animation: anm_img_1 5s forwards;
        width: 247px;
    }
    
    @keyframes anm_img_1
    {
      0%, 25% {
        opacity: 0;
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
      }
      30%, 45% {
        opacity: 1;
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
      }
      50% {
        opacity: 1;
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
      }
      100% {
        position: absolute;
        top:-50px;
        left:50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        opacity: 1;
      }
    }
    
    <div class="transform50">
      <img class="ba" src="images/chatgether01.png">
    </div>

    我這樣跟他還是不太一樣
    是哪裡寫錯?

    字要怎麼出現這還真的考倒我了

    0
    打赏
    收藏
    点击回答
        全部回答
    • 0
    • 独爱流浪 普通会员 1楼
      502 Bad Gateway

      502 Bad Gateway


      nginx
    更多回答
    扫一扫访问手机版
    • 回到顶部
    • 回到顶部