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

[Bug Fixed] Added Transform Scale up to article cards while hovering #102

Conversation

RajeevDash007
Copy link

What does this PR do?

(Provide a description of what this PR does.)
Check Out this video for the output of the feature
https://www.awesomescreenshot.com/video/19671375?key=9f49c865f32354211893b8283c875f5e

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
I simply added two lines of css code to make these changes
.articles-item { transition: transform 0.3s ease-in-out; } .articles-item:hover { transform: scale(1.02); }

Related PRs and Issues

#99 Fixed
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)
YES

@changeset-bot
Copy link

changeset-bot bot commented Aug 4, 2023

⚠️ No Changeset found

Latest commit: e9b2493

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Aug 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pink-design ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 4, 2023 1:48am
ui-kitchensink ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 4, 2023 1:48am

@RajeevDash007
Copy link
Author

@eldadfux @TorstenDittmann Please check this out

@RajeevDash007 RajeevDash007 changed the title Added Transform Scale up to article cards while hovering [Bug Fixed] Added Transform Scale up to article cards while hovering Aug 4, 2023
@joeyouss
Copy link

joeyouss commented Aug 8, 2023

I am going to close this PR as per our discussion here: #99 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants