Skip to content

Instantly share code, notes, and snippets.

@smddzcy
Created November 3, 2018 00:43
Show Gist options
  • Save smddzcy/9fbd50f785419848d982f2958fd9c213 to your computer and use it in GitHub Desktop.
Save smddzcy/9fbd50f785419848d982f2958fd9c213 to your computer and use it in GitHub Desktop.
Remove pop animations from sweetalert modals
.swal-overlay--show-modal,
.swal-modal {
animation: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment