#textbox {
    width:100px;
    transition: 0.5s;
}

#textbox:focus {
    width:150px;
    transition: 0.5s;
}