Motion-Driven
Motion-Driven — Design general com animation-heavy, microinteractions, smooth transitions. Template e prompt pronto para IA.
Uso: Landing pages, SaaS
Contexto Histórico
Estilo Motion-Driven representa uma tendência moderna em design UI/UX web com foco em general.
Quando Usar
Design orientado a motion ganha seu lugar quando o movimento carrega significado — revelando o form factor de um produto, guiando atenção através de uma narrativa, criando ritmo emocional. Portfólios de agência, lançamentos de produto, storytelling editorial. Funciona quando o motion É o conteúdo, não decoração em cima dele. Pule para dashboards, documentação, catálogos e-commerce — qualquer lugar onde pessoas precisam escanear e agir rápido. Se suas animações de scroll fazem usuários esperar para ler o próximo parágrafo, você falhou. Motion deve parecer a página respirando, não performando.
Princípios de Design
- Propósito acima de espetáculo — cada animação deve responder 'o que isso ajuda o usuário a entender?' Se não consegue responder, delete.
- Consciência de velocidade de scroll — animações devem respeitar quão rápido alguém está scrollando. Ninguém quer esperar sua timeline terminar de tocar.
- Progressive enhancement como religião — o site funciona sem motion. Animações se sobrepõem para dispositivos capazes e usuários dispostos (prefers-reduced-motion é inegociável).
- Coreografia acima de caos — elementos entram e saem com timing coordenado. Escalone intencionalmente. Se tudo se move ao mesmo tempo, nada se move.
- Budget de performance por fold — defina um limite rígido de elementos animados visíveis simultaneamente. Apenas transforms composited. Sem layout thrashing, sem paint storms.
DESIGN.md
---
version: "alpha"
name: "Motion-Driven"
description: "Motion-Driven — Design general com animation-heavy, microinteractions, smooth transitions. Template e prompt pronto para IA."
colors:
primary: "#22C55E"
secondary: "#EF4444"
typography:
h1:
fontFamily: System UI stack
fontSize: 2.25rem
fontWeight: 700
body-md:
fontFamily: System UI stack
fontSize: 1rem
fontWeight: 400
label-caps:
fontFamily: System UI stack
fontSize: 0.75rem
fontWeight: 500
components:
button-primary:
backgroundColor: "{colors.primary}"
padding: 12px
---
## Overview
Motion-Driven — Design general com animation-heavy, microinteractions, smooth transitions. Template e prompt pronto para IA. Estilo Motion-Driven representa uma tendência moderna em design UI/UX web com foco em general.
- Density: 5/10 — Balanced
- Variance: 4/10 — Moderate
- Motion: 8/10 — Cinematic
- **Style:** Animated, Kinetic, Scroll-Driven, Dynamic
- **Keywords:** Animation-heavy, microinteractions, smooth transitions, scroll effects, parallax, entrance anim, page transitions
- **Era:** 2020s Modern
- **Light/Dark:** ✓ Full / ✓ Full
## Colors
- **Green** (#22C55E) — Success states, positive indicators
- **Red** (#EF4444) — Error states, destructive actions
## Typography
- **Display / Hero:** System UI stack (-apple-system, sans-serif) — Weight 700, tight tracking, used for headline impact
- **Body:** System UI stack (-apple-system, sans-serif) — Weight 400, 16px/1.6 line-height, max 72ch per line
- **UI Labels / Captions:** System UI stack (-apple-system, sans-serif) — 0.875rem, weight 500, slight letter-spacing
- **Monospace:** JetBrains Mono — Used for code, metadata, and technical values
Scale:
- Hero: clamp(2.5rem, 5vw, 4rem)
- H1: 2.25rem
- H2: 1.5rem
- Body: 1rem / 1.6
- Small: 0.875rem
## Layout
- **Grid:** CSS Grid primary. Max-width containment: 1280px centered with 1.5rem side padding.
- **Spacing rhythm:** Balanced. Base unit: 0.5rem (8px).
- **Section vertical gaps:** clamp(4rem, 8vw, 8rem).
- **Hero layout:** Split-screen (text left, visual right).
- **Feature sections:** Zig-zag alternating text+image rows. No 3-equal-columns.
- **Mobile collapse:** All multi-column layouts collapse below 768px. No horizontal overflow.
- **z-index contract:** base (0) / sticky-nav (100) / overlay (200) / modal (300) / toast (500).
## Elevation & Depth
Scroll anim (Intersection Observer), hover (300-400ms), entrance, parallax (3-5 layers), page transitions
- **Physics:** Spring — stiffness 120, damping 20. Confident, weighted transitions.
- **Entry animations:** Fade + translate-Y (16px → 0) over 540ms ease-out. Staggered cascades for lists: 120ms between items.
- **Hover states:** Scale(1.03) + shadow lift over 200ms.
- **Page transitions:** Fade + slide (300ms).
- **Performance:** Only transform and opacity animated. No layout-triggering properties.
## Shapes
Base corner radius: 12px. See rounded tokens in front matter for the full scale.
## Components
- **Primary Button:** Moderately rounded (0.75rem) shape. Accent color fill. Hover: 8% darken + subtle lift shadow. Active: -1px translate tactile press. Font weight 600. No outer glows.
- **Secondary / Ghost Button:** Outline variant. 1.5px border in muted color. Text in primary color. Hover: subtle background fill.
- **Cards:** Moderately rounded (0.75rem) corners. Surface background. Subtle shadow (0 2px 12px rgba(0,0,0,0.06)). 1px border stroke.
- **Inputs:** Label above input. 1px border stroke. Focus ring: 2px accent color offset 2px. Error text below in semantic red. No floating labels.
- **Navigation:** Primary surface background. Active item: accent color indicator. Font weight 500 when active.
- **Skeletons:** Shimmer animation matching component dimensions. No circular spinners.
- **Empty States:** Icon-based composition with descriptive text and action button.
## Do's and Don'ts
- No emojis in UI — use icon system only (Lucide, Heroicons)
- No pure black (#000000) — use off-black or charcoal variants
- No oversaturated accent colors (saturation cap: 80%)
- No 3-column equal-width feature layouts — use zig-zag or asymmetric grid
- No `h-screen` — use `min-h-[100dvh]`
- No AI copywriting clichés: "Elevate", "Seamless", "Unleash", "Next-Gen"
- No broken external image links — use picsum.photos or inline SVG
- No generic lorem ipsum in demos
- Do Scroll animations active
- Do Parallax 3-5 layers
- Do Entrance animations smooth
- Do Page transitions fluid
- Do GPU accelerated
- Do Prefers-reduced-motion respected
## Use Case
Landing pages, SaaS
Especificações Técnicas
CSS
animation: @keyframes scroll-reveal, transform: translateY/X, Intersection Observer API, will-change: transform, scroll-behavior: smooth, animation-duration: 300-400ms
Variáveis
--animation-duration: 300-400ms, --parallax-layers: 5, --scroll-behavior: smooth, --gpu-accelerated: true, --entrance-animation: true, --page-transition: smooth
Checklist
☐ Scroll animations active, ☐ Parallax 3-5 layers, ☐ Entrance animations smooth, ☐ Page transitions fluid, ☐ GPU accelerated, ☐ Prefers-reduced-motion respected
Cores
Secundárias
Efeitos
Scroll anim (Intersection Observer), hover (300-400ms), entrance, parallax (3-5 layers), page transitions
Light/Dark
✓ Full / ✓ Full
Prompt para AI
Atue como um Engenheiro Frontend Sênior e UI Designer Especialista. Sua tarefa é codificar uma Landing Page completa na primeira tentativa. - Tema da Landing Page: <INSIRA O TEMA> - Seções a adicionar: <INSIRA AS SEÇÕES> Gere o código final imediatamente seguindo estas definições: ## Estilo - **Nome:** Motion-Driven - **Tipo:** Animated, Kinetic, Scroll-Driven, Dynamic - **Keywords:** Animation-heavy, microinteractions, smooth transitions, scroll effects, parallax, entrance anim, page transitions - **Era:** 2020s Modern - **Light/Dark:** ✓ Full / ✓ Full ## Paleta de Cores - **Primárias:** Bold colors emphasize movement, high contrast animated, dynamic gradients, accent action colors - **Secundárias:** Transitional states, success (Green #22C55E), error (Red #EF4444), neutral feedback ## Efeitos Visuais Scroll anim (Intersection Observer), hover (300-400ms), entrance, parallax (3-5 layers), page transitions ## Direção Visual para IA Build an animation-heavy interface with scroll-triggered animations, microinteractions, parallax scrolling (3-5 layers), smooth transitions (300-400ms), entrance animations, page transitions. Use Intersection Observer for scroll effects, transform for performance, GPU acceleration. ## CSS Technical ```css animation: @keyframes scroll-reveal, transform: translateY/X, Intersection Observer API, will-change: transform, scroll-behavior: smooth, animation-duration: 300-400ms ``` ## Design System Variables ```css --animation-duration: 300-400ms, --parallax-layers: 5, --scroll-behavior: smooth, --gpu-accelerated: true, --entrance-animation: true, --page-transition: smooth ``` ## Checklist de Implementação - ☐ Scroll animations active - ☐ Parallax 3-5 layers - ☐ Entrance animations smooth - ☐ Page transitions fluid - ☐ GPU accelerated - ☐ Prefers-reduced-motion respected ## Regras de Execução 1. Siga fielmente o estilo visual determinado. 2. Use ícones SVG inline de alta qualidade (estilo Heroicons ou Lucide) — PROIBIDO usar emojis como ícones. 3. Adicione `cursor-pointer` e estados de `hover` suaves (transition-all) em todos os elementos interativos. 4. Estrutura Obrigatória da Página: - Navbar (Logo + Links + CTA) - Hero Section (Headline impactante + Subtitle + 2 botões + Elemento visual 3D/Abstrato via CSS) - Features (3 cards com ícones) - Testimonials (3 cards) - Pricing (3 tiers, destaque no central) - CTA Final - Footer completo com redes sociais, política de privacidade, termos de uso, contato e links SEO. 5. Todo o conteúdo textual deve ser em Português Brasileiro (PT-BR). 6. O visual deve ser CLARAMENTE distinto — não crie um design "padrão Bootstrap". Force o uso das variáveis de design system fornecidas. 7. Use tags `<style>` no head para classes personalizadas (especialmente para os efeitos complexos de backdrop-filter e animações) que o Tailwind via CDN não cobrir. 8. Responsividade Total: O layout deve se adaptar perfeitamente a Mobile, Tablet e Desktop (Stack vertical no mobile). 9. Inclua meta tags básicas de SEO, Viewport e Open Graph no `<head>`. 10. Footer deve conter: Copyright 2026, Links de navegação secundária e Ícones de redes sociais. 11. Assuma as decisões criativas necessárias para entregar o resultado completo e funcional agora.
Relacionados
Última sincronização: 01/04/2026