back
#div274{
width:50%;
height:200px;
background-color:red;
transition-duration:5s;
-webkit-transition-duration:5s;
}
#div275{
width:50%;
height:200px;
background-color:red;
transition-duration:5s;
-webkit-transition-duration:5s;
}
#div274:active{
width:100%;
}
#div275:active{
width:100%;
}