-
Notifications
You must be signed in to change notification settings - Fork 65
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
Mouseover/Hover Effect for Artifact Thumbnails #287
Comments
I think this might be a good one for @lstearns86 to start with for Hackathon. |
Here's an example of the new behavior: You can add the class artifact-thumbnail-hover to any element that contains an image and it will zoom 20% on hover. I also added the artifact-overlay class which will add the dark overlay and the artifact-overlay-content class which sets the text and link color to white and positions it in the bottom left of the container. |
Can you try:
|
|
Do you mean the padding within the button (separating from the border)? Or the separation between the buttons? I can keep looking, but I couldn't quickly find any examples that have the behavior you want. The link you provided initially is the closest I saw, with the arrow link in the bottom right. I'm using the default font that we're using for text pretty much everywhere else. |
Artifact thumbnail hover. Addresses. #287
Fixed in #325 |
I quite like the following subtle hover effect that has become common on portfolio pages: you mouseover a thumbnail and it zooms the image (and sometimes does a slight darkening + text overlay).
See https://www.awwwards.com/websites/portfolio/ & vanschneider.com for demos of this effect.
Looks pretty easy to implement. My suggestion would be to have a css class like artifact-thumbnail-hover or something that can be used on any artifact thumbnail that we want like project thumbnails, talk thumbnails, paper thumbnails, etc.
The text was updated successfully, but these errors were encountered: