Micro-interactions

Radial Menu

Pro

Press and hold anywhere and the options fan out from the point you pressed. Selection is resolved from the pointer's angle rather than by hit-testing the options, so every target is an infinite wedge — commit to a direction and you can throw the pointer as hard as you like and still land it.

Install

Props

What It Demonstrates

Hold to confirm
A progress effect that fills up while the user holds a button.
Press / Tap feedback
A subtle scale-down when an element is clicked, so it feels physical.
Stagger
Animate several items one after another with a small delay between each, creating a cascade.
Origin-aware animation
An element animates out of its trigger, like a popover growing from the button that opened it instead of from its own center which is the default in CSS.
Spring
Motion driven by physics (tension, mass, damping) rather than a set duration.
Enter / Exit
The animation an element plays when it's added to or removed from the screen.
Direction-aware transition
Content slides one way going forward and the opposite way going back, so navigation has a sense of direction.

Related Components

Appears In