#wpadminbar {
    opacity: 0;
    transition: opacity 300ms ease;

}

#wpadminbar:hover {
    opacity:1 ;
}


