#circle {
    width: 0;
    height: 0;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    transition: width 1s, height 1s;
}