Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link color transition #870

Closed
1 task
jcubic opened this issue Apr 9, 2023 · 0 comments
Closed
1 task

Add link color transition #870

jcubic opened this issue Apr 9, 2023 · 0 comments
Labels
feature resolved if issue is resolved, it will be open until merge with master

Comments

@jcubic
Copy link
Owner

jcubic commented Apr 9, 2023

I have an idea for a new feature for jQuery Terminal

Small embellishment:

.terminal a[href] {
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

from: https://codepen.io/jcubic/pen/xxWgWKz?editors=0110

  • Check for prefers reduced motion
@jcubic jcubic added the feature label Apr 9, 2023
jcubic added a commit that referenced this issue Apr 11, 2023
@jcubic jcubic added the resolved if issue is resolved, it will be open until merge with master label Apr 25, 2023
@jcubic jcubic closed this as completed May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature resolved if issue is resolved, it will be open until merge with master
Projects
None yet
Development

No branches or pull requests

1 participant