Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

121
Views
¿Cómo desactivo el bamboleo de sweetalert2?

Tan pronto como aparece una alerta dulce2, la 'X' dentro del círculo comienza a tambalearse y luego se detiene, lo que puede volverse molesto. ¿Qué propiedad aplico al JavaScript para desactivarlo? Por qué hice esta pregunta nuevamente: hice esta pregunta antes, pero se cerró automáticamente porque decía que necesitaba "detalles de depuración", y no sé qué significa eso. Tal vez podría funcionar esta vez. Recursos: https://cdn.jsdelivr.net/npm/sweetalert2@11

 Swal.fire({ icon: 'error', title: 'Oops...', text: 'Something went wrong!', })
 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.--> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Puede agregar una clase personalizada al ícono para eliminar todas las animaciones. Defina la clase en algún lugar que esté cargado en la página:

 .no-animate { animation: none; }

entonces referencialo

 Swal.fire({ icon: 'error', title: 'Oops...', text: 'Something went wrong!', customClass: { icon: 'no-animate' } })
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!