惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
The GitHub Blog
The GitHub Blog
V
Visual Studio Blog
G
GRAHAM CLULEY
Spread Privacy
Spread Privacy
Last Week in AI
Last Week in AI
腾讯CDC
P
Privacy & Cybersecurity Law Blog
WordPress大学
WordPress大学
C
Cybersecurity and Infrastructure Security Agency CISA
Security Archives - TechRepublic
Security Archives - TechRepublic
博客园 - 司徒正美
爱范儿
爱范儿
雷峰网
雷峰网
The Hacker News
The Hacker News
S
SegmentFault 最新的问题
Cisco Talos Blog
Cisco Talos Blog
博客园 - 聂微东
T
Tor Project blog
I
Intezer
大猫的无限游戏
大猫的无限游戏
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Schneier on Security
Schneier on Security
T
Tenable Blog
Google Online Security Blog
Google Online Security Blog
S
Schneier on Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
AI
AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Help Net Security
Help Net Security
O
OpenAI News
博客园 - 【当耐特】
博客园 - Franky
AWS News Blog
AWS News Blog
罗磊的独立博客
J
Java Code Geeks
Know Your Adversary
Know Your Adversary
A
Arctic Wolf
小众软件
小众软件
量子位
SecWiki News
SecWiki News
S
Security Affairs
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Hugging Face - Blog
Hugging Face - Blog
N
News and Events Feed by Topic
Apple Machine Learning Research
Apple Machine Learning Research
H
Heimdal Security Blog
Google DeepMind News
Google DeepMind News
IT之家
IT之家

博客园 - Goodspeed

几种常见的函数 Caesar cipher 遗传算法之背包问题 Transport scheme NOT recognized: [stomp] error running git Canvas 旋转的图片 canvas时钟 让图标转起来 Tomcat启动脚本 Task中的异常处理 Parallel的陷阱 用Task代替TheadPool 使用ThreadPool代替Thread 正确停止线程 线程同步中使用信号量AutoResetEvent 异步和多线程的区别 C#和.NET Framework的关系 为什么泛型不支持协变性? 可空值类型与值类型这间的转换
火箭起飞
Goodspeed · 2015-01-21 · via 博客园 - Goodspeed
<!DOCTYPE html>

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <title>Rock</title>
    <style type="text/css">
        body {
            background: #21122f;
        }

        .fire {
            width: 486px;
            height: 530px;
            position: absolute;
            left: 34px;
            top: 386px;
            transform: rotate(30deg);
            -webkit-transform: rotate(30deg);
        }

        .rocket {
            width: 100%;
            height: 100%;
            margin-left: 189px;
        }

            .rocket .bg {
                position: relative;
                z-index: 10;
            }

        .hua {
            position: absolute;
            width: 2000px;
            height: 2000px;
            left: 322px;
            top: -2000px;
        }
        .huas img:first-child {
            animation: hua 4s linear infinite;
            -webkit-animation: hua 4s linear infinite;
        }
        .huas img:last-child {
            animation: hua 4s linear infinite 2s;
            -webkit-animation: hua 4s linear infinite 2s;
        }

        .hua img {
            width: 2000px;
            height: 2000px;
            position: absolute;
            left: 0;
            top: 0;
        }
        @keyframes hua {
            0% {
                transform: translate(0,0);
            }

            100% {
                transform: translate(-2000px,3000px);
            }
        }

        @-webkit-keyframes hua {
            0% {
                -webkit-transform: translate(0,0);
            }

            100% {
                -webkit-transform: translate(-2000px,3000px);
            }
        }
    </style>
    <script type="text/javascript" src="http://dn-h6app.qbox.me/data/case/youku/js/jquery-2.1.1.min.js"></script>
    <script type="text/javascript">
        $(function () {
            window.setInterval(function () {
                $("#fire-a").css("display", $("#fire-a").css("display") == "none" ? "block" : "none");
                $("#fire-b").css("display", $("#fire-b").css("display") == "none" ? "block" : "none");
            }, 100);

        });
    </script>
</head>
<body>
    <div class="hua huas">
        <img src="http://dn-h6app.qbox.me/data/case/youku/images/hua.png">
        <img src="http://dn-h6app.qbox.me/data/case/youku/images/hua.png">
    </div>
    <div class="rocket">
        <div class="bg"><img src="http://dn-h6app.qbox.me/data/case/youku/images/rocket.png"></div>
        <div class="fire">
            <div class="fires" style="height: 580px; opacity: 1; display: none;"><img src="http://dn-h6app.qbox.me/data/case/youku/images/fire-1.png"></div>
            <div class="fires" style="height: 580px; opacity: 1; display: none;"><img src="http://dn-h6app.qbox.me/data/case/youku/images/fire-2.png"></div>
            <div class="fires" style="height: 580px; opacity: 1; display: none;"><img src="http://dn-h6app.qbox.me/data/case/youku/images/fire-3.png"></div>
            <div class="fires" style="height: 580px; opacity: 1; display: none;"><img src="http://dn-h6app.qbox.me/data/case/youku/images/fire-4.png"></div>
            <div class="fires" style="height: 580px; opacity: 1; display: none;"><img src="http://dn-h6app.qbox.me/data/case/youku/images/fire-5.png"></div>
            <div id="fire-a" class="fires" style="display: none; opacity: 1; height: 580px;"><img src="http://dn-h6app.qbox.me/data/case/youku/images/fire-6.png"></div>
            <div id="fire-b" class="fires" style="display: block; opacity: 1; height: 580px;"><img src="http://dn-h6app.qbox.me/data/case/youku/images/fire-7.png"></div>
        </div>
    </div>
</body>
</html>