mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-30 14:31:47 +00:00
Fix typo in custom modal example (#1429)
This commit is contained in:
parent
e9b9b91729
commit
a48302373b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user