- Component
- A reusable design element in Framer — a button, card, or entire section — where editing the master version automatically updates every instance placed across the project.
- Component variant
- An alternate version of a component (e.g., primary vs. secondary card) that shares the same master structure but has independently editable style and content properties.
- Auto layout / Stack
- Framer's system for arranging child elements in a row or column that automatically handles spacing, alignment, and responsive reflow without manual repositioning.
- Breakpoint
- A defined screen-width threshold in Framer where layout rules change — desktop, tablet, and mobile breakpoints allow one design to adapt across device sizes.
- CMS (Content Management System)
- Framer's built-in database layer that connects collections of structured content (blog posts, team members, testimonials) to reusable page templates that populate dynamically.
- Wireframer
- Framer's AI-powered prompt-to-layout tool that generates a complete structural skeleton of sections, hierarchy, and responsive variants from a plain-text description.
- Relative positioning
- A sizing mode where elements adjust and flow within their parent container as screen size changes, as opposed to absolute positioning which fixes elements at specific pixel coordinates.
- Spring / dampened animation
- A physics-based animation model that simulates real-world mass and momentum, producing motion that decelerates naturally rather than stopping abruptly at a fixed end point.
- Scroll transform
- A Framer effect that triggers an animation (opacity, scale, position) as the user scrolls a section into view, creating cinematic entrance effects without code.
- Code component
- A React component written directly inside Framer's code editor that behaves like a standard design element on the canvas but can execute arbitrary JavaScript logic.
- WebP
- A modern image format that achieves significantly smaller file sizes than JPEG or PNG while maintaining comparable visual quality, improving page load speed.
- Global styles
- A project-level definition of brand colors and typography in Framer that propagates to every element using those styles — changing one value updates the entire site simultaneously.