Vibration code for a whole section of the forum
1- Preview after editing
2- add the below code to extra.less template
.block.block--category.block--category1:hover {
animation:shakeGavel 1.20s;
}
@keyframes shakeGavel{0{
-webkit-transform:translate(0, 0) rotate(0)...