diff --git a/src/components/TheTodoList.vue b/src/components/TheTodoList.vue index 520a2f3..47137f8 100644 --- a/src/components/TheTodoList.vue +++ b/src/components/TheTodoList.vue @@ -155,4 +155,12 @@ export default { .list-leave-active { position: absolute; } + +@media (prefers-reduced-motion) { + .list-move, + .list-enter-active, + .list-leave-active { + transition: none; + } +}