Small, single-purpose animations or feedback responses that respond to user actions — like a button hover effect, a loading spinner, or a form success animation.
When a user submits Reload Mode's contact form, a subtle success animation confirms submission without a jarring full-page reload.
Websites with well-executed UI micro-animations see up to 40% higher user engagement and dwell time compared to static interfaces — because motion communicates responsiveness and makes the experience feel premium and intentional, according to Adobe XD UX research.
UI animation, Micro-animations, Motion design
-
Interactive elements throughout the website — buttons, links, form inputs, navigation menus, modal triggers, loading states, and any UI element that responds to user input.
transform and opacity only — these are GPU-composited and do not cause layout reflow. Avoid animating width, height, padding, or margin.Answer