vighneshwho / todoList-vanillaJs

Vanilla Js implementation of a siple todo List app
https://awesome-meninsky-25cc81.netlify.app/
0 stars 0 forks source link

[layout] - Delete todo -- animation' #3

Closed vighneshwho closed 4 years ago

vighneshwho commented 4 years ago

the delete todo animation (specifically the fall class) is taking a little bit of time to complete the whole thing. Even if it looks good, the UX is not really desirable for something slow like that.

Preferably, the aimation sould be quick and the todo should be deleted quickly so that the todos under that will take almost no time to come to the top (if a user have to delete multiple todos one after the other, he should be able to do it eithout moving the mouse after the first todo removal)

vighneshwho commented 4 years ago

The issue is resolved in 58d2569