update animation

This commit is contained in:
DavidWells 2018-06-20 13:40:52 -07:00
parent 5331ef1bf7
commit 072fbdac9a

View file

@ -164,7 +164,7 @@
stroke: #27FDC7; stroke: #27FDC7;
stroke-dasharray: 9.8995, 9.8995; stroke-dasharray: 9.8995, 9.8995;
stroke-dashoffset: 9.8995; stroke-dashoffset: 9.8995;
transition-duration: 0.32s; transition-duration: 0.25s;
} }
.todo__circle { .todo__circle {
@ -182,7 +182,7 @@
.todo__state:checked ~ .todo__icon .todo__check { .todo__state:checked ~ .todo__icon .todo__check {
stroke-dashoffset: 0; stroke-dashoffset: 0;
transition-delay: 0.48s; transition-delay: 0s;
} }
.todo__state:checked ~ .todo__icon .todo__circle { .todo__state:checked ~ .todo__icon .todo__circle {
/*animation-name: explode;*/ /*animation-name: explode;*/