Here's a sample playground to test our animation, transition, duration, and easing tokens.
beta
Motion Animations, transitions, easings, and durations.
Combinations Jump to heading
You can combine the animation tokens to create some cool effects:
<dialog style="animation: var(--prs-animation-fade-out), var(--prs-animation-scale-down);">
<!-- ... -->
</dialog>
Guidance Jump to heading
COMING SOON
-
tag/element⇢animation-token(s)
When using {element} make sure to use {token(s)} for transitioning in and {token(s)} for transition out.IN OUT --prs-animation-*--prs-animation-*