Fade Animations gradually change element opacity from 0 (invisible) to 1 (visible) or vice versa. Subtle, gentle transition. Often combined with slide/scale for richer motion. Good for non-disruptive entrances/exits. Common in tooltips, notifications, overlays. Duration: 150-300ms.
Use fade for subtle, non-disruptive transitions: tooltips appearing, modals with backdrop, notifications, loading states, image lazy loading. Often combined with other animations (fade + slide for modals). Fade alone can feel floaty—add slide or scale for direction. Fast fades (150ms) for tooltips, slower (300ms) for modals. Always fade on opacity, not display property.
Motion Animation
Gradual opacity transition from invisible to visible or vice versa. Creates subtle, elegant appearances and disappearances.