WorkhorseWorkhorse
WorkNotesAbout
ContentsMobile edition
IWorkIINotesIIIAbout
RSVP for launch
Workhorse · MMXXVI
Resume Place · Brand book
OverviewVoiceMotionAudienceAppliedGuidelinesDecisionsVoice queueAuditsChangelogDemoAPI
01

Durations

How long things take. These values control transition speed across resume-place's product surfaces and brand artifacts.

instant
0ms
No animation (reduced-motion fallback)
fast
150ms
Hover, focus, micro-interactions
normal
300ms
Standard transitions
slow
500ms
Reveals, page transitions
02

Easings

The character of motion. Easings shape how a value travels between two states — fast start vs gentle land, mechanical vs organic.

default
cubic-bezier(0.4, 0, 0.2, 1)
Standard ease. Most transitions
in
cubic-bezier(0.4, 0, 1, 1)
Ease-in. Exits
out
cubic-bezier(0, 0, 0.2, 1)
Ease-out. Entrances
linear
cubic-bezier(0, 0, 1, 1)
Linear. Progress and continuous motion only
03

In combination

Each duration paired with the default easing. Hover any card to replay.

instant
0ms
fast
150ms
normal
300ms
slow
500ms
04

Reference

Drop these into any project consuming this brand's tokens.

/* brand/resume-place/tokens.css */
--duration-instant: 0ms;
--duration-fast: 150ms;
--duration-normal: 300ms;
--duration-slow: 500ms;
--ease-default: cubic-bezier(0.4, 0, 0.2, 1);
--ease-in: cubic-bezier(0.4, 0, 1, 1);
--ease-out: cubic-bezier(0, 0, 0.2, 1);
--ease-linear: cubic-bezier(0, 0, 1, 1);
Brand book v1.1.0 · Last updated 2024-09-26 · spec.json · spec.md · tokens.css · API