Float up and down effect
Paste the code below into the main element field of the advanced settings of the module.
animation-name: updown;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
margin-left: 0px;
...
divicode.hashnode.dev1 min read