We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e537f4e commit c4344f4Copy full SHA for c4344f4
src/app/components/movies/components/movie.card/movie.card.component.scss
@@ -15,7 +15,7 @@
15
transform: scale(0);
16
}
17
18
- 50% {
+ 75% {
19
opacity: 1;
20
21
// transform: translateY(0);
@@ -65,7 +65,7 @@ app-watched {
65
flex-flow: column nowrap;
66
border-radius: var(--card-border-radius);
67
margin-bottom: 3rem;
68
- animation: card-enter-animation 1s ease-in-out forwards;
+ animation: card-enter-animation 0.75s ease-in-out forwards;
69
animation-delay: calc(50ms * var(--index));
70
animation-iteration-count: 1;
71
@@ -248,4 +248,4 @@ app-circular-rating {
248
cursor: pointer;
249
250
// transform: scale(1.05);
251
-}
+}
0 commit comments