Skip to content

Commit

Permalink
improved hide-and-seek
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Nov 19, 2024
1 parent 096ffa7 commit 29ffa03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/tips/hide-and-seek/_solution_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,11 @@
::view-transition-group(*) {
animation-duration: 2s;
}
::view-transition-image-pair(*) {
transform: translateY(-1px);
}
::view-transition-old(*) {
display: none;
}
::view-transition-new(*) {
animation: none;
height: calc(100% + 2px);
}
:root {
--neon-pink: #ff2e88;
Expand Down

0 comments on commit 29ffa03

Please sign in to comment.