Vibration code for a whole section of the forum

论坛上某部分的震动代码

已加入
2021/09/11
消息
7,847
回应得分
1,257
Credits
$7,578
感谢亲爱的会员 @chavez提交了一个新的资源:Vibration code for a whole section of the forum-论坛上某部分的震动码
振动码对于论坛的整个板块

1- 预览后编辑
查看附件 93168
将下面的代码添加到extra.less模板中
CSS:
.block.block--category.block--category1:hover {
    animation:shakeGavel 1.20s;
}
@keyframes shakeGavel{0{
-webkit-transform:translate(0, 0) rotate(0);
-ms-transform:translate(0, 0) rotate(0);
-webkit-transform: translate(0, 0) rotate(0);
 -ms-transform: translate(0, 0) rotate(0);
 -webkit-transform: translate(0...
Read more about this resource...
 
返回
顶部