managarten/apps/calendar/apps/web
Till-JS 0ebc3d0f8c fix(calendar): use pure JS animation for truly linear swipe
Replace CSS transitions with requestAnimationFrame animation:
- Constant speed (2.5 px/ms) throughout entire animation
- No easing at all - completely linear movement
- Smoother continuation from user gesture to animation
- Remove CSS transition class entirely

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 23:08:58 +01:00
..
src fix(calendar): use pure JS animation for truly linear swipe 2025-12-14 23:08:58 +01:00
Dockerfile fix(calendar): add shared-splitscreen to Dockerfile 2025-12-12 13:25:42 +01:00
eslint.config.js improve code quality 2025-12-03 23:42:37 +01:00
package.json feat(splitscreen): add split-screen feature for multi-app side-by-side view 2025-12-12 13:00:26 +01:00
svelte.config.js 🐛 fix: switch web apps to adapter-node for Docker builds 2025-12-08 16:30:04 +01:00
tsconfig.json feat(calendar): add complete calendar app with backend, web, and landing 2025-12-02 13:15:04 +01:00
vite.config.ts feat(calendar): add complete calendar app with backend, web, and landing 2025-12-02 13:15:04 +01:00