feat: Implement enhanced card physics with rotational dynamics, mass scaling, stacking behavior, and drag torque.

This commit is contained in:
2025-11-28 01:10:57 +01:00
parent e164a88a97
commit e512c8215e
5 changed files with 278 additions and 63 deletions
@@ -16,7 +16,7 @@
}
.desk-item--swoop {
transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.desk-item__card img {