Skip to content

Commit 4393466

Browse files
committed
Slower transitions
1 parent 8c715de commit 4393466

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

LinkDotNet.Blog.Web/Shared/ShortBlogPost.razor.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414

1515
.blog-card:hover {
16-
transform: scale(1.1);
16+
transform: scale(1.05);
1717
transition: 1s ease;
1818
}
1919

@@ -39,7 +39,7 @@
3939
left: 0;
4040
background-size: cover;
4141
background-position: center;
42-
transition: transform 0.2s;
42+
transition: transform 0.5s;
4343
}
4444
.blog-card .details,
4545
.blog-card .details ul {
@@ -53,7 +53,7 @@
5353
bottom: 0;
5454
left: -100%;
5555
margin: auto;
56-
transition: left 0.2s;
56+
transition: left 0.5s;
5757
background: rgba(0, 0, 0, 0.6);
5858
color: #fff;
5959
padding: 10px;

0 commit comments

Comments
 (0)