back
Code
CSS
HTML
Web
#div276{
width:50%;
height:200px;
background-color:red;
transition: all 5s ease-out 1s;
-webkit-transition: all 5s ease-out 1s;

}

#div276:active{
width:100%;
background-color:yellow;
}