- 2021/09/11
- 7,847
- 1,257
- $7,578
感谢亲爱的会员 @chavez提交了一个新的资源:Vibration code for a whole section of the forum-论坛上某部分的震动码
Read more about this resource...振动码对于论坛的整个板块
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...