Display

Device
View Ratio
Background
Select UFO

Import files

<!-- animate.css was created by daneden.-->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/animate.css@4.1.1/animate.min.css" />

Use this animation

$('#animation').addClass('animate__animated animate__bounce');

Callback function (optional)

$('#animation').one('animationend', function(){
  // Hello World!
});