Is there a way to button hover fade in when mouse over?

The css hover only change the colour. How do i fade it?

ok. just need to add the transition attribute to the class.

.btn:hover {transition: 0.3s;}