Fix typo in custom modal example (#1429)

This commit is contained in:
Niels Dequeker 2023-05-23 16:44:00 +02:00 committed by GitHub
parent e9b9b91729
commit a48302373b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ We'll define some nice animations in CSS, and use some Hyperscript events (or al
}
#modal.closing > .modal-content {
/* Aniate when closing */
/* Animate when closing */
animation-name: zoomOut;
animation-duration:150ms;
animation-timing-function: ease;
@ -218,7 +218,7 @@ We'll define some nice animations in CSS, and use some Hyperscript events (or al
}
#modal.closing > .modal-content {
/* Aniate when closing */
/* Animate when closing */
animation-name: zoomOut;
animation-duration:150ms;
animation-timing-function: ease;