Skip to content

Commit

Permalink
Title click animation speed-up
Browse files Browse the repository at this point in the history
  • Loading branch information
KevDoy committed May 1, 2024
1 parent 66fe21b commit 8d4193a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/css/css.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ img:active {
}
.videoImg:active {
opacity: 0;
transition: 0.5s;
transition: 0.1s;
transform: scale(3);
filter: blur(20px);
}
Expand Down

0 comments on commit 8d4193a

Please sign in to comment.