zoukankan      html  css  js  c++  java
  • animation

    http://www.w3cplus.com/content/css3-animation

    @-webkit-keyframes 'test' {

      0% {}

      50% {}

      100% {}

    }

    -webkit-animation:'test' 2s linear 1s infinite alternate

    -webkit-animation:name duration timing-function delay iteration-count direction

    animation-iteration-count:次数/infinite(无限次)

    animation-direction:normal/alternate(偶数次向前,奇数次反方向)

    animation-fill-mode:forwards(动画结束时的状态)

    ----------------------------------------------------------------------->

    animation-play-state:running(运动)、paused(暂停)   =>越少使用

  • 相关阅读:
    弹性布局、动画、过渡
    HTML
    数据库对象
    函数
    oracle与PL/SQL安装
    网络编程
    多线程
    联调接口
    vue 全局变量
    vue ajax请求
  • 原文地址:https://www.cnblogs.com/joya0411/p/3664952.html
Copyright © 2011-2022 走看看