joy-delight
Use when creating animations that evoke happiness, surprise, or delightful moments in the user experience.
What this skill does
# Joy & Delight Animation Create animations that spark happiness, pleasant surprise, and memorable delight. ## Emotional Goal Joy emerges from unexpected pleasures, playful movements, and moments that exceed expectations. Delight comes from animations that feel alive, responsive, and genuinely fun. ## Disney Principles for Joy ### Squash & Stretch Exaggerate bouncy, elastic movements. Objects that squash 30-40% on impact feel alive and playful. Use for success states, rewards, and celebrations. ### Anticipation Build excitement before reveals. A slight pullback (100-150ms) before a pop-in creates satisfying payoff. Perfect for notifications and achievements. ### Staging Draw focus to joyful moments. Clear visual hierarchy ensures the delightful element gets full attention. Dim surroundings during celebration animations. ### Straight Ahead Action Create spontaneous, organic movements for confetti, particles, and celebration effects. Randomized paths feel natural and exciting. ### Follow Through & Overlapping Action Let elements overshoot and settle with bouncy secondary motion. Hair, ribbons, and decorative elements should continue moving after main action. ### Slow In & Slow Out Use asymmetric easing—quick starts with slow, satisfying landings. `cubic-bezier(0.34, 1.56, 0.64, 1)` creates playful overshoot. ### Arc Bouncing, curved trajectories feel more joyful than linear paths. Elements should travel in parabolic arcs during celebrations. ### Secondary Action Add sparkles, particles, or wobbles to primary animations. A "like" heart that radiates small hearts amplifies joy. ### Timing Fast, snappy timing (150-250ms) feels energetic. Quick bursts with micro-pauses create rhythm. Success animations: 200-400ms. ### Exaggeration Push proportions and movements 20-30% beyond realistic. Oversized bounces, stretched smiles, and amplified reactions. ### Solid Drawing Maintain volume during stretchy movements. Squashed elements should expand horizontally to preserve mass—this reads as physicality. ### Appeal Round shapes, bright colors, and smooth curves. Asymmetry in timing and position adds character and charm. ## Timing Recommendations | Element | Duration | Easing | |---------|----------|--------| | Pop-in | 200-300ms | `ease-out-back` | | Bounce | 300-500ms | `spring(1, 80, 10)` | | Confetti | 800-1200ms | `ease-out` | | Celebration | 400-600ms | `ease-out-elastic` | ## CSS Easing ```css --joy-bounce: cubic-bezier(0.34, 1.56, 0.64, 1); --joy-pop: cubic-bezier(0.175, 0.885, 0.32, 1.275); --joy-elastic: cubic-bezier(0.68, -0.55, 0.265, 1.55); ``` ## When to Use - Success confirmations and completions - Achievement unlocks and rewards - Onboarding celebrations - Easter eggs and surprises - Positive feedback states - Welcome animations
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.