/* These transition properties apply on "mouseout" */ #bar { transition:height .5s ease-out 1s; } /* These transition properties apply on hover */ #bar:hover { transition:height .5s ease-out 0s; }