Vibration code for a whole section of the forum

Vibration code for a whole section of the forum

  • Auteur du fil de discussion Auteur du fil de discussion chavez
  • Date de début Date de début
Inscrit(e) le
Sep 11, 2021
Messages
7,345
Score de réaction
1,230
Credits
$5,481
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
Afficher la pièce jointe 93168
2- add the below code to extra.less template
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...
 
Haut