Skip to content

Commit 20c90bf

Browse files
committed
fix: single-frame flicker at the end of dialog close animation removed
Fixes #70
1 parent 94d6064 commit 20c90bf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222

2323
- Don't show "last strip" button in item navigation bar when said strip is the current strip
2424
- The logic for which exclusion setting takes precedence was backwards, so if you had set both "skip non-canon comics" and "skip guest comics," it would only skip guest comics, but not non-canon comics. Fixes [#36](https://github.com/Questionable-Content-Extensions/client/issues/36)
25+
- Single-frame flicker at the end of dialog close animation removed. Fixes [#70](https://github.com/Questionable-Content-Extensions/client/issues/70)
2526

2627
## [1.0.0][] - 2023-09-09
2728

src/components/Modals/ModalPageOverlay/ModalPageOverlay.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@
4646

4747
.modalPageOverlay:not(.show).fadedIn {
4848
animation: fade-out 1s;
49+
animation-fill-mode: forwards;
4950
}

0 commit comments

Comments
 (0)