ritterim / platform-ui

A CSS framework build all of our apps and websites.

Home Page:https://platformui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify Color on link transitions

tedk13 opened this issue Β· comments

πŸ› Bug Report

This might be an enhancement request rather than a bug but it does seem to be causing issues.

One of the big issues is that when the page loads the links seem to cause a page-wide transition on size. This is due to the links only having transition: .2s on them. I suggest changing this to transition: color ease var(--transitions) specifying the color property and utilizing the custom property for the transition duration.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots and/or request snippets

If applicable, add screenshots or request snippets to help explain your problem.

Estimates

FE - 0.5

Version 1.7.2 published to npm. Closing.