From 1d7cbd8ba5adb30374a7b6a38a62eedcbdec52e1 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Wed, 3 Apr 2019 15:03:47 +0200 Subject: [PATCH] UI Films: minor style tweaks. --- src/styles/_list_films.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/_list_films.sass b/src/styles/_list_films.sass index 790d0ea..63f814e 100644 --- a/src/styles/_list_films.sass +++ b/src/styles/_list_films.sass @@ -11,11 +11,11 @@ body.films .films-item - animation: fade-in-down .2s ease-out + animation: fade-in-down .33s ease-out animation-fill-mode: both img - box-shadow: 0 10px 25px $black + box-shadow: 0 10px 25px rgba($black, .5) transition: box-shadow 800ms ease-in-out, transform 200ms ease-in-out &:hover @@ -25,7 +25,7 @@ body.films @for $i from 1 through 20 .films-item:nth-child(#{$i}n) - animation-delay: #{$i * 0.1}s + animation-delay: #{$i * 0.125}s @keyframes fade-in-down 0%