8. Resources
Creating the CSS File
.wem-academy-tickle {
animation: shake infinite 0.4s;
}
@keyframes shake {
0% { transform: translate(0, 0); }
10% { transform: translate(4px, -4px); }
20% { transform: translate(-2px, 4px); }
30% { transform: translate(1px, 2px); }
40% { transform: translate(-4px, -4px); }
50% { transform: translate(0, -1px); }
60% { transform: translate(4px, -4px); }
70% { transform: translate(-4px, 2px); }
80% { transform: translate(-1px, -4px); }
90% { transform: translate(4px, -4px); }
}Creating the JavaScript File
Downloading the Video
Creating the Widget
Adding the WEMscript
Last updated
Was this helpful?