Skip to content

Commit 475d802

Browse files
committed
Refactor album-details animation: Add transform-origin property
1 parent a6fb67e commit 475d802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles/album-details.ts

+1
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ export default css`
227227
animation-fill-mode: forwards;
228228
animation-timeline: scroll(root);
229229
animation-range: 0 160px;
230+
transform-origin: left;
230231
}
231232
}
232233
`;

0 commit comments

Comments
 (0)