diff --git a/src/App.css b/src/App.css index 85ff81c..d2dec3a 100644 --- a/src/App.css +++ b/src/App.css @@ -164,7 +164,7 @@ stroke: #27FDC7; stroke-dasharray: 9.8995, 9.8995; stroke-dashoffset: 9.8995; - transition-duration: 0.32s; + transition-duration: 0.25s; } .todo__circle { @@ -182,7 +182,7 @@ .todo__state:checked ~ .todo__icon .todo__check { stroke-dashoffset: 0; - transition-delay: 0.48s; + transition-delay: 0s; } .todo__state:checked ~ .todo__icon .todo__circle { /*animation-name: explode;*/