Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
feat: shorten animation time for hover for responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs committed Dec 10, 2018
1 parent cbd025d commit 2d86d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HoverOverlay.scss
Expand Up @@ -9,7 +9,7 @@
align-items: stretch;
z-index: 100;

transition: opacity 200ms ease-in-out;
transition: opacity 100ms ease-in-out;

&__close-button {
position: absolute;
Expand Down

0 comments on commit 2d86d71

Please sign in to comment.