Skip to content

Commit

Permalink
Fix typo in custom modal example (bigskysoftware#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
Voles authored and checketts committed Jun 19, 2023
1 parent 7e3ff7c commit 00e290f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/content/examples/modal-custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 00e290f

Please sign in to comment.