feat: Add physics model design document, implement multi-card snapping and layout system improvements, and refine pointer event handling.

This commit is contained in:
2025-11-26 17:30:46 +01:00
parent 155d8c5c4a
commit 835dcc4faa
4 changed files with 69 additions and 4 deletions
@@ -15,6 +15,10 @@
overflow: hidden;
}
.desk-item--swoop {
transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.desk-item__card img {
width: 100%;
height: 100%;