aboutsummaryrefslogtreecommitdiffstats
path: root/styles/_animations.scss
blob: b195c602e6c43725e7e552dd7c4fd7fe7b360c8c (plain) (blame)
1
2
3
4
@keyframes fade-in {
  from {opacity: 0;}
  to {opacity: 1;}
}