Vibration code for a whole section of the forum

dosut

Administrator
Staff member
thanks to dear member @chavez submitted a new resource:

Vibration code for a whole section of the forum - Vibration code for a whole section of the forum

Vibration code for a whole section of the forum

1- Preview after editing
View attachment 93168
2- add the below code to extra.less template
CSS:

Code:
.block.block--category.block--category1:hover {
    animation:shakeGavel 1.20s;
}
@keyframes shakeGavel{0{
-webkit-transform:translate(0, 0) rotate(0)...
Click to expand...

Read more

Continue reading...
 
Back
Top