Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Miller Arias• 390

    @Miller1999

    Posted

    I think you could add some transition on the button animation to be a little bit smooth:

    button{
    ...your styles...
    transition: 0.5s all linear;
    }
    

    Marked as helpful

    1