AI Motion
Canonical Definition
ExodeUI’s real-time motion generation engine that translates natural language prompts and design intent into executable spring physics and state machine configurations.
Detailed Explanation & Context
Aura AI is the generative motion engine embedded in ExodeUI. By analyzing component geometry, hierarchy, and semantic role (e.g. primary CTA button, dismissible modal sheet, or toast notification), Aura AI generates mathematically harmonious spring curves, micro-interactions, and visual state graphs without requiring designers to guess physics coefficients.
Mathematical Model / Governing Formula
Natural Language Prompt + Component Context → Optimized Spring & State GraphKey Takeaways
- Understands semantic design context to recommend appropriate physical weights.
- Synthesizes multi-step micro-interactions and hover dynamics in seconds.
- Directly outputs .exode AST specifications compatible with all native code compilers.
Implementation Syntax (JSON)
// Generated by Aura AI for "Snappy Confirmation Button"
{
"spring": { "stiffness": 480, "damping": 22, "mass": 0.9 },
"haptics": "mediumImpact",
"stateMap": ["idle", "pressed", "celebrating"]
}Related Glossary Terms
Pillar Guides & Tools
Apply in Your Application
ExodeUI makes modern motion engineering effortless. Design visually and compile clean, accessible components directly to production.