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 {
opacity: 0;
animation: fade-in 0.6s ease-out 0.4s forwards;
animation: fade-in 0.6s ease-out 0.4s backwards;
}
.fade-up-blocks-chain {

Loading…
Cancel
Save