dhsz項目 頂部彈窗 動畫效果

    .shade-msg-body {
        animation: myfirst 300ms;
        -webkit-animation: myfirst 300ms;
        position: absolute;
        bottom: 0;
        width: 750upx;
        height: 402upx;
        background-color: #FFFFFF;
    }web

    @keyframes myfirst {
         from {bottom:-300px; } 100% { bottom:0px; }
    }
    @-webkit-keyframes myfirst{
     from {bottom:-300px; } 100% { bottom:0px; }
    
    }animation

相關文章
相關標籤/搜索