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

changed hover scale effect #121

Merged
merged 1 commit into from
May 8, 2023
Merged

changed hover scale effect #121

merged 1 commit into from
May 8, 2023

Conversation

gdjohn4s
Copy link
Member

@gdjohn4s gdjohn4s commented May 8, 2023

Description

This PR contains a change on card hover animation.

Screenshots

From this:
image

To this:
image

Technical Details

Just changed the class:

.glass-card:hover {
  background-color: var(--bg-card-glass-hover);
  scale: 1.01;
  transition: scale 0.1s ease-in-out;
}

Related Issues

There isn't issue related to this pr

Pull Request Checklist

  • Code follows the established CODE_OF_CONDUCT guidelines.
  • Code has been tested thoroughly and passes all tests.
  • All commit messages are descriptive and follow the established commit message format.
  • Pull request title follows the established pull request title format.
  • Pull request description clearly describes the changes included in the pull request.

@gdjohn4s gdjohn4s added enhancement New feature or request frontend labels May 8, 2023
@gdjohn4s gdjohn4s requested a review from FlavioAdamo May 8, 2023 09:39
@gdjohn4s gdjohn4s self-assigned this May 8, 2023
@FlavioAdamo
Copy link
Member

Accepted!

@FlavioAdamo FlavioAdamo merged commit 4ea5f90 into main May 8, 2023
1 check passed
@gdjohn4s gdjohn4s deleted the reduce_scale_on_card_hover branch May 8, 2023 12:05
@gdjohn4s gdjohn4s mentioned this pull request May 8, 2023
@gdjohn4s gdjohn4s mentioned this pull request May 23, 2023
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants