博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
图标左右摇摆
阅读量:6325 次
发布时间:2019-06-22

本文共 863 字,大约阅读时间需要 2 分钟。

.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)}}

转载地址:http://kkmaa.baihongyu.com/

你可能感兴趣的文章
支持向量机---线性支持向量机与软间隔最大化
查看>>
puppet自动化管理工具学习之文件
查看>>
Ubuntu安装RPM格式软件包
查看>>
SQL Server中的临时表和表变量 Declare @Tablename Table【转】
查看>>
汇编语言指令英文全称
查看>>
pure-ftpd脚本安装
查看>>
Linux NC 命令
查看>>
ThinkingInJava_6
查看>>
抓取安居客二手房经纪人数据,python爬虫自动翻页
查看>>
Office 2013 正式版--英文版/简体中文版下载(正版验证)
查看>>
iOS程序框架设计之皮肤切换功能 (白天与夜间效果)
查看>>
iptables
查看>>
Project facet Java 6.0 is not supported by target runtime Apache Tomcat v5.5.
查看>>
一个全新的拖拽分页—艺术啊
查看>>
Linux学习之CentOS(三十)--SELinux安全系统基础
查看>>
LVS+keepalived高可用群集
查看>>
jQuery库简介
查看>>
win7系统设置电脑不待机状态的操作方法
查看>>
nginx+php安装配置
查看>>
LAMP+Centos6.5上安装zabbix
查看>>