Skip to content

Commit

Permalink
Refactor album-details animation: Add transform-origin property
Browse files Browse the repository at this point in the history
  • Loading branch information
lucienimmink committed Oct 21, 2024
1 parent a6fb67e commit 475d802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/album-details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ export default css`
animation-fill-mode: forwards;
animation-timeline: scroll(root);
animation-range: 0 160px;
transform-origin: left;
}
}
`;

0 comments on commit 475d802

Please sign in to comment.