_sass/animate/_fade-in.scss (
8
lines of code) (
raw
):
@include keyframes(fade-in) { from { opacity: 0; } to { opacity: 1; } }