How do I turn off wobbling for sweet alert2 [closed]

As soon as a sweetalert2 pops up, the exclamation point inside the circle starts wobbling and then stops, which can get annoying. What property do I apply to the JavaScript to turn that off?

Resources: https://cdn.jsdelivr.net/npm/sweetalert2@11

Code:

Swal.fire({
  icon: 'error',
  title: 'Oops...',
  text: 'Something went wrong!',
  footer: '<a href="">Why do I have this issue?</a>'
})
body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
<!-- HTML is already in Developer Tools so there is no need for it, and this project can work without it.-->