<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><!--IE=edge告诉IE使用最新的引擎渲染网页,chrome=1则可以激活Chrome Frame -->
    <meta name="renderer" content="webkit" /><!--默认内核-->
    <meta name="author" content="Tony,田槐旺"><!--作者-->
    <meta name="keywords" content="PHP,前端,全栈开发,个人博客"><!--关键词-->
    <meta name="description" content="Tony的个人博客,全栈开发,PHP开发"><!--描述-->
    <!--<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">&lt;!&ndash;将http的不安全请求升级为https&ndash;&gt;-->
    <link rel="shortcut icon" href="__PUBLIC__/Home/imgs/author.jpg" />
    <title>关于作者</title>
    <!--[]>
    <script type="text/javascript">
        , html5tags = ["header", "footer", "nav", "aside", "article", "section"];
        for (i in html5tags) {
            document.createElement(html5tags[i]);
        }
    </script>
    <![endif]-->
    <!--[]>
    <script>window.location.href = "__MODULE__/Ie/ie";</script>
    <![endif]-->
    <link rel="stylesheet" href="__PUBLIC__/Home/css/base.css"><!--初始化-->
    <link rel="stylesheet" href="__PUBLIC__/Home/css/style.css">
    <link rel="stylesheet" href="__PUBLIC__/Home/css/animate.css">
    <link rel="stylesheet" href="__PUBLIC__/font-awesome-4.7.0/css/font-awesome.css">
    <style type="text/css">
        .hi {
            width: 50px;
            height: 72px;
            background-image: url("http://s.cdpn.io/79/sprite-steps.png");
            -webkit-animation: play .8s steps() infinite;
               -moz-animation: play .8s steps() infinite;
                -ms-animation: play .8s steps() infinite;
                 -o-animation: play .8s steps() infinite;
                    animation: play .8s steps() infinite;
        }

        @-webkit-keyframes play {
           from { background-position:    0px; }
             to { background-position: -500px; }
        }

        @-moz-keyframes play {
           from { background-position:    0px; }
             to { background-position: -500px; }
        }

        @-ms-keyframes play {
           from { background-position:    0px; }
             to { background-position: -500px; }
        }

        @-o-keyframes play {
           from { background-position:    0px; }
             to { background-position: -500px; }
        }

        @keyframes play {
           from { background-position:    0px; }
             to { background-position: -500px; }
        }

        @-webkit-keyframes typing {
             }
            to { width:.3em }
        }

        @-moz-keyframes typing {
             }
            to { width:.3em }
        }

        @-webkit-keyframes blink-caret {
            from, to { border-color: transparent }
            % { border-color: black }
        }

        @-moz-keyframes blink-caret {
            from, to { border-color: transparent }
            % { border-color: black }
        }
        h1 {
            width:.3em;
            white-space:nowrap;
            overflow:hidden;
            border-right: .1em solid black;
            -webkit-animation: typing 7s steps(, end), /* # of steps = # of characters */
                                blink-caret 1s step-end infinite;
            -moz-animation: typing 7s steps(, end), /* # of steps = # of characters */
                                blink-caret 1s step-end infinite;
        }

        .avatar {
          height: 200px;
          width: 200px;
          background: url(http://ww1.sinaimg.cn/large/67c839fajw1f2staqebnxj20nk05wjru.jpg) no-repeat 0 0;
          /*visibility: hidden; */
        }

        .above:hover {
          -webkit-animation: run .6s steps() infinite;
          /*-webkit-animation: run .6s steps(1) infinite; */
        }

        .down:hover {
          -webkit-animation: run .6s linear infinite;
        }

        @keyframes run {
          % {
            background-position:  ;
          }
          % {
            background-position: -200px ;
          }
          % {
            background-position: -400px ;
          }
          % {
            background-position: -600px ;
          }
          % {
            background-position:  ;
          }
        }

        @keyframes run2 {
          % {
            background-position:  ;
          }
          % {
            background-position: -800px ;
          }

        }

        @-webkit-keyframes tuski {
            % {
                background-position:;
            }
            % {
                background-position: -576px ;
            }
        }
        @-moz-keyframes tuski {
            % {
                background-position:;
            }
            % {
                background-position: -576px ;
            }
        }
        @keyframes tuski {
            % {
                background-position:;
            }
            % {
                background-position: -576px ;
            }
        }

        #tuski {
            width: 48px;
            height: 48px;
            background-image: url(http://acwongblog.qiniudn.com/2015-03_tuski-sprite.png);
            background-repeat: no-repeat;
            background-position:  ;
            -webkit-animation: tuski .5s steps() infinite;
            -moz-animation: tuski .5s steps() infinite;
            animation: tuski .5s steps() infinite;
        }
    </style>
</head>
<body>
<!--loading page-->
<div class="loader">
    <div class="loader-content">
        <img src="__PUBLIC__/Home/imgs/loading.gif" alt="Loader" class="loader-loader"/>
    </div>
</div>
<!--文档导航-->
<header>
    <div class="top-nav">
        <span>小田博客-原创个人网站</span>
    </div>
    <nav>
        <ul class="nav">
            <li><a class="nav-class" href="__MODULE__/Index/index" title="首页">首页</a></li>
             <volist name="navdata" id="vol">
                <li class="nav-class">
                    <a title="{$vol.catename}" href="__MODULE__/Cate/index/id/{$vol.id}">{$vol.catename}</a>
                </li>
            </volist>
            <li><a class="nav-class" href="__MODULE__/Index/item" title="项目展示">项目展示</a></li>
            <li><a class="nav-class" href="__MODULE__/Index/author" title="关于作者">关于作者</a></li>
            <li><a class="nav-class" href="__MODULE__/Message/index" title="留言板">留言板</a></li>
        </ul>
    </nav>
</header>
<!--返回顶部-->
<div class="toolbar">
    <a href="__MODULE__/Message/index" class="toolbar-item toolbar-item-feedback"></a>
    <a href="javascript:;" id="top" class="toolbar-item toolbar-item-top"></a>
</div>
<section>
    <h1>Typing animation by Lea Verou.</h1>
    <img src="http://s.cdpn.io/79/sprite-steps.png" />
    <div class="hi"></div>
    <hr>
    <h3>tips:鼠标悬停图片上方预览效果</h3>
    <p> 使用steps属性控制时间函数</p>
    <div class = 'avatar above'></div>
    <p> 使用linear控制时间函数</p>
    <div class = 'avatar down'></div>
    <hr>
    <div id="tuski"></div>
    <input type=" step="0.5" value="0.5">
    <p>拉动滑块调整动画速度</p>

</section>

<!--文档底部-->
<include file="Public/foot"/>

<script src="__PUBLIC__/Home/js/jquery-1.8.3.min.js"></script>
<script src="__PUBLIC__/Home/js/public.js"></script>
<script type="text/javascript">
    var range = document.querySelector("#slider");
var tuski = document.querySelector("#tuski");
range.addEventListener("change", function(event){
    var value = event.target.value;
    tuski.style.webkitAnimationDuration = value + "s";
    tuski.style.mozAnimationDuration = value + "s";
    tuski.style.animationDuration = value + "s";
});
</script>
</body>
</html>

demo记录的更多相关文章

  1. 使用Flexible适配移动端html页面 - demo记录

    前段时间看了大神的博客文章[使用Flexible实现手淘H5页面的终端适配](地址:http://www.w3cplus.com/mobile/lib-flexible-for-html5-layou ...

  2. demo 记录 通用方法什么的到这里抄一下

    function killerrors() { return true; } window.onerror = killerrors; //检查浏览器类型 function checkBrowser( ...

  3. 菜单下拉效果demo记录

    <!doctype html> <html> <head> <meta http-equiv="Content-Type" content ...

  4. java8 stream/optional个人测试demo记录

    备忘记录 package cc.ash; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConst ...

  5. 枚举,Enum,常规使用demo记录

    using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mv ...

  6. require demo 记录备份

    预览地址 http://127.0.0.1:8020/requireDemo/myNEW/index.html 注意 远程的 非模块的 empty: demo2

  7. 第一个MICO CORBA demo实录

    因为忙于其他事情没有仔细去学习CORBA原理,也就大概根据网上的教程搭了一个使用MICO的demo 记录如下. 这里的话,代码我就不贴了,程序也不详细解释了,因为项目文件夹里有一个PPT详细解释了这个 ...

  8. c#正则表达式最简demo

    各个语言的正则表达式规则略有不同 项目中用到,所以将这个最简单的demo记录 using System; using System.Collections.Generic; using System. ...

  9. 使用SSI框架写的简单Demo(查询模块)

    在网上看到好多个版本,自己有时间索性就写个Demo记录下整个框架的逻辑流程: 1.首先拷贝整个框架所需要的jar包到WEB-INF/lib包下(这个网上都可以搜到的) 2.配置文件的配置, 2.1.在 ...

随机推荐

  1. Python3基础(六) 深入list列表

    正如Python FAQ1附录中说的, Python中任何值都是一个对象,所以任何类型(int.str.list-)都是一个类.而类就必然有它的方法或属性,我们要记下这么多类的所有方法显然是不可能的, ...

  2. hive学习笔记-表操作

    Hive数据类型 基本数据类型 tinyint,smallint,int,biging,float,double,decimal,char,varchar,string,binary,boolean, ...

  3. 跟我一起写Makefile:概述

    什么是makefile?也许非常多Winodws的程序猿都不知道这个东西.由于那些Windows的集成开发环境(integrateddevelopment environment,IDE)都为你做了这 ...

  4. AngularJS入门学习

    初识: {{}}   这种双层花括号的语法称之为:插值语法:也可以说是 标识符:AngularJS 主要就是使用这种方法进行数据绑定 ng-module="name"   在ng的 ...

  5. cts帧

     RTS/CTS机制的工作原理是.发送网站在向接收网站发送数据包之前.即在DIFS之后不是马上发送数据,而是代之以发送一个请求发送RTS(Ready To Send)帧,以申请对介质的占用,当接收 ...

  6. had been doing 和had been done有什么差别

    had been doing 和had been done有什么差别 浏览 37114 次 1个回答 最佳答案 21Doreen 来自科学教育类芝麻团 推荐于2017-10-15   1.首先要区分h ...

  7. Android开发常用框架汇总

    作为一名程序猿,好的工具会让你在搬运工的道路上越走越远.以下框架是AC在开发过程中经常会使用到的一些好的框架.列在这里做一个小小的总结,包含但不限于此. 响应式编程 RxJava https://gi ...

  8. Ballot evaluation

    http://acm.hdu.edu.cn/showproblem.php?pid=2986 题意很简单,主要是要处理精度,最手残的是把单词拼写错了... #include <stdio.h&g ...

  9. 图练习-BFS-从起点到目标点的最短步数

    http://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem&problemid=2830 简单bfs #include <s ...

  10. 元素类型以及overflow,white-space等属性

    1:预格式化标签:<pre></pre>2:overflow属性="visible/hidden(隐藏)"/scroll/auto(自动)/inherit; ...