Skip to content

Commit c4344f4

Browse files
committed
css animation
1 parent e537f4e commit c4344f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/components/movies/components/movie.card/movie.card.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
transform: scale(0);
1616
}
1717

18-
50% {
18+
75% {
1919
opacity: 1;
2020

2121
// transform: translateY(0);
@@ -65,7 +65,7 @@ app-watched {
6565
flex-flow: column nowrap;
6666
border-radius: var(--card-border-radius);
6767
margin-bottom: 3rem;
68-
animation: card-enter-animation 1s ease-in-out forwards;
68+
animation: card-enter-animation 0.75s ease-in-out forwards;
6969
animation-delay: calc(50ms * var(--index));
7070
animation-iteration-count: 1;
7171
}
@@ -248,4 +248,4 @@ app-circular-rating {
248248
cursor: pointer;
249249

250250
// transform: scale(1.05);
251-
}
251+
}

0 commit comments

Comments
 (0)