Add fadeIn

This commit is contained in:
Melvin Valster
2019-07-29 22:45:47 +02:00
parent 782c2f6f32
commit ddc96c4993
+1
View File
@@ -6,6 +6,7 @@
&--highlight { &--highlight {
transition: all .4s ease-out; transition: all .4s ease-out;
transform: translateY(35vh); transform: translateY(35vh);
animation: fadeIn 1s ease-out;
} }
} }