zoukankan      html  css  js  c++  java
  • 图标左右摇摆

    .style_mod_type_list li.current dt .style_mod_icons20{

    -webkit-animation:icon_mod_rock 1s linear infinite;

    -moz-animation:icon_mod_rock 1s linear infinite;

    animation:icon_mod_rock 1s linear infinite;

    -webkit-transform-origin:50% 0;

    -moz-transform-origin:50% 0;

    transform-origin:50% 0}

    @keyframes icon_mod_rock{

    0%{transform:rotate(0deg)}

    25%{transform:rotate(-10deg)}

    50%{transform:rotate(0deg)}

    75%{transform:rotate(10deg)}

    100%{transform:rotate(0deg)}

    }

    @-webkit-keyframes icon_mod_rock{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(-10deg)}50%{-webkit-transform:rotate(0deg)}75%{-webkit-transform:rotate(10deg)}100%{-webkit-transform:rotate(0deg)}}

    @-moz-keyframes icon_mod_rock{0%{-moz-transform:rotate(0deg)}25%{-moz-transform:rotate(-10deg)}50%{-moz-transform:rotate(0deg)}75%{-moz-transform:rotate(10deg)}100%{-moz-transform:rotate(0deg)}}

  • 相关阅读:
    Java 源码刨析
    qemu-guest-agent详解
    Java 源码刨析
    NTP服务解析
    virsh常见命令笔记
    Ansible之playbook
    ansible模块详解
    HashMap详解
    Mysql-Incorrect string value
    web开发中前后端传值
  • 原文地址:https://www.cnblogs.com/aimyfly/p/3170924.html
Copyright © 2011-2022 走看看