Skip to main content Sidebar Design tokens Components Layout Style utilities

We’d love to hear from you. Please reach out to us with any questions or inquiries you may have.

You can contact us via e‐mail at placer.coc.reports+contact@gmail.com.

We look forward to hearing from you!

Got it!
Skip to table of contents

The Placer Toolkit alpha has arrived! 🎉
Plenty of changes are coming your way—some big, some breaking, some even nuclear! Beware the changelog…

Bring it on!

    Transitions

    Transitions can make interactions more lively and emphasise the relationship between a user’s action and its outcome.

    Duration#

    Placer Toolkit uses different transition durations to make it easy to track a component’s state while minimising sluggish or distracting movement.

    Properties that change between frequent, incidental states, such as hover and focus generally use faster transitions than properties that change between states that are more intentional and impactful, like checked or open.

    Design tokenDefault valueExample
    --pc-transition-extra-fast0.1s
    --pc-transition-fast0.15s
    --pc-transition-medium0.3s
    --pc-transition-slow0.5s
    --pc-transition-extra-slow0.75s

    Internally, we may use other durations like 0,2 s and 0,25 s in our components with the Web Animations API, but is generally not used in standard CSS.