PHP Classes

File: js/utils/Modal.js

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Face ID PHP   js/utils/Modal.js   Download  
File: js/utils/Modal.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Face ID PHP
Recognize faces by analyzing image descriptors
Author: By
Last change:
Date: 1 month ago
Size: 518 bytes
 

Contents

Class file image Download
export default class Modal { exibeModal(mensagem) { Swal.fire({ title: mensagem, showClass: { popup: ` animate__animated animate__fadeInUp animate__faster ` }, hideClass: { popup: ` animate__animated animate__fadeOutDown animate__faster ` } }); } }