update animation
This commit is contained in:
parent
5331ef1bf7
commit
072fbdac9a
1 changed files with 2 additions and 2 deletions
|
|
@ -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;*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue