Scale Animations grow (scale up) or shrink (scale down) elements from a specific origin point. Creates zoom-like effect. Often combined with fade for rich entrance/exit. Common for modals, popovers, dropdown menus. Origin point matters—scale from button for dropdowns, from center for modals.
Use scale for elements that appear from a trigger: dropdowns (scale from button), popovers, context menus, modals (scale from center). Start small (scale(0.95) or 0.9), end at normal (scale(1)). Combine with fade. Duration: 200-300ms. Set transform-origin to anchor point (top-left for dropdowns from buttons). Don't scale large page transitions.
Motion Animation
Size transformation that grows or shrinks elements from a center point or origin. Creates emphasis and focus.