Fix intro animation fill mode

pull/816/head
Ryan Arthur 6 years ago committed by Stamates
parent 764f35e20a
commit 61dbcfea29
  1. 3
      apps/block_scout_web/assets/css/components/_animations.scss

@ -72,8 +72,7 @@
} }
.fade-in { .fade-in {
opacity: 0; animation: fade-in 0.6s ease-out 0.4s backwards;
animation: fade-in 0.6s ease-out 0.4s forwards;
} }
.fade-up-blocks-chain { .fade-up-blocks-chain {

Loading…
Cancel
Save