Do you know how to add animation to the buttons?
Like the move og the button on the below website....
https://ideahacker.net/2014/01/30/7174/Like
I was wondering if you could tell me about anything about animation and the CSS code.
Best regards,
Tsubasa Yoshikawa wrote:
As per your query you should write the CSS like below for the similar animation.
.button(class used in your button .button for refrence):hover {
animation: rumble 0.12s linearinfinite;
-webkit-animation: rumble 0.12s linearinfinite;
}
Regards,
Pankaj
refer to this and try to implement something similar in outsystems.
https://codepen.io/a_noodles/pen/avXjZb