feat(cooking): 3D wheel UI for recipe steps + cooking mode polish
- Replace flat .cooking-step-text with a perspective-based cooking wheel (.cooking-wheel) that shows current step, previous ghost (amber/warm) and next ghost (blue/cool) in a 3D card-flip layout - CSS-only 3D: perspective 1100px, rotateX transforms for prev/next ghosts - Smooth turn-next / turn-prev / snap animations via keyframes - Float animation on the active step card (subtle translateY loop) - Radial gradient glow overlay on the wheel container (CSS variable --wheel-glow) ready for JS tilt interaction - prefers-reduced-motion: all animations/transitions disabled - Mobile (<= 640px): smaller min-height and padding adjustments - gitignore: add data/category_ai_cache.json (runtime AI cache)
This commit is contained in:
@@ -49,3 +49,4 @@ evershelf-kiosk/local.properties
|
||||
data/error_reports.log
|
||||
data/latest_release_cache.json
|
||||
data/food_facts_cache.json
|
||||
data/category_ai_cache.json
|
||||
|
||||
Reference in New Issue
Block a user