Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

success sweet alert

Swal.fire({
  title: 'Custom animation with Animate.css',
  icon: 'success',
  showClass: {
    popup: 'animate__animated animate__fadeInDown'
  },
  hideClass: {
    popup: 'animate__animated animate__fadeOutUp'
  }
})
Source by sweetalert2.github.io #
 
PREVIOUS NEXT
Tagged: #success #sweet #alert
ADD COMMENT
Topic
Name
9+5 =