css3 過度效果之物體向上冒出

來源:互聯網
上載者:User

標籤:style   blog   http   color   os   io   ar   2014   

<!DOCTYPE HTML><html><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>無標題文檔</title><link type="text/css" href="animate.css"/></head><style>    .container{ width:960px; height:600px; margin:30px auto; position:relative;}    .bottom1{ position:absolute; bottom:246px; background:url(img/bottom2.png); height:107px; width:960px;}    .bottom2{ position:absolute; bottom:200px; background:url(img/bottom1.png); height:46px; width:960px; z-index:4;}    .rub{ position:absolute; bottom:246px;  left:357px; width:246px; height:200px; background:url(img/rub.png); z-index:2;                animation:myfirst 1500ms;    }    .cover{position:absolute; bottom:0px; background:#fff; height:230px; width:960px; z-index:3}        @keyframes myfirst    {    0%   {bottom:0px;}    100% {bottom:246px;}    }                </style><body>    <div class="container">        <div class="rub"></div>        <div class="bottom1"></div>                <div class="bottom2"></div>        <div class="cover"></div>    </div></body></html>

小兔子會從橢圓中間向上顯示出來。可模仿建築物突起等功能

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.