.anim.fadeIn {
opacity: 0;
animation-name: fadeIn;
- animation-duration: 160ms;
+ animation-duration: 180ms;
animation-timing-function: ease-in-out;
animation-fill-mode: forwards;
}
animation-duration: 180ms;
animation-delay: 0s;
animation-timing-function: cubic-bezier(.62, .28, .23, .99);
+}
+
+.anim.selectFade {
+ transition: background-color ease-in-out 3000ms;
}
\ No newline at end of file