Skip to content

Standardize transitions in design management

Tom Quirk requested to merge design-management-transitions into master

What does this MR do?

Uses $gl-transition-duration-medium, a 200ms transition, for:

  • design notes (when a design note is selected, background changes)
  • design pin (when a pin is selected, background changes
  • design dropzone (on hover/active/focus, border changes)

The goal is to fulfill Pajamas guide on motion:

When information is updating in place, a quick, subtle animation is needed. The previous content should cut out, and the new content should have a 200ms linear fade in.

Screenshots

Before After
Kapture_2020-07-15_at_17.36.54 Kapture_2020-07-15_at_17.35.45

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports