Skip to content

Commit 355bdb2

Browse files
committed
updated comments
1 parent 80a7524 commit 355bdb2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/src/components/modal/animations/ios.enter.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export const iosEnterAnimation = (baseEl: HTMLElement, opts: ModalAnimationOptio
5757
* A workaround is to clone the footer element and append
5858
* it outside of the wrapper element. This way, the footer
5959
* is still visible and the drag can be done without
60-
* flickering. The original footer is hidden until the modal
61-
* is dismissed. This maintains the animation of the footer
60+
* flickering. The cloned footer is hidden until the modal
61+
* is moving. This maintains the animation of the footer
6262
* when the modal is dismissed.
6363
*
6464
* The workaround needs to be done before the animation starts

core/src/components/modal/animations/md.enter.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ export const mdEnterAnimation = (baseEl: HTMLElement, opts: ModalAnimationOption
5959
* A workaround is to clone the footer element and append
6060
* it outside of the wrapper element. This way, the footer
6161
* is still visible and the drag can be done without
62-
* flickering. The original footer is hidden until the modal
63-
* is dismissed. This maintains the animation of the footer
62+
* flickering. The cloned footer is hidden until the modal
63+
* is moving. This maintains the animation of the footer
6464
* when the modal is dismissed.
6565
*
6666
* The workaround needs to be done before the animation starts

0 commit comments

Comments
 (0)