diff --git a/public/index.html b/public/index.html index bd7f5ba..92028d8 100644 --- a/public/index.html +++ b/public/index.html @@ -17,18 +17,17 @@
+ + + + - - - - - - - + + diff --git a/src/App.css b/src/App.css index d2dec3a..d97e24c 100644 --- a/src/App.css +++ b/src/App.css @@ -127,34 +127,10 @@ z-index: 1; } -.todo__box, -.todo__check { - /*transition: stroke-dashoffset 0.5s cubic-bezier(0.9, 0, 0.5, 1);*/ -} .todo__state:checked ~ .todo-list-title { text-decoration: line-through; } -.todo__circle { - stroke: #27FDC7; - stroke-dasharray: 1 6; - stroke-width: 0; - transform-origin: 13.5px 12.5px; - transform: scale(0.4) rotate(0deg); - /*animation: none 0.5s linear;*/ -} -@keyframes explode { - 30% { - stroke-width: 3; - stroke-opacity: 1; - transform: scale(0.8) rotate(40deg); - } - 100% { - stroke-width: 0; - stroke-opacity: 0; - transform: scale(1.1) rotate(60deg); - } -} .todo__box { stroke-dasharray: 56.1053, 56.1053; stroke-dashoffset: 0; @@ -167,11 +143,6 @@ transition-duration: 0.25s; } -.todo__circle { - animation-delay: 0.56s; - animation-duration: 0.56s; -} - .todo__state:checked ~ .todo__icon .todo__box { stroke-dashoffset: 56.1053; transition-delay: 0s; @@ -184,10 +155,3 @@ stroke-dashoffset: 0; transition-delay: 0s; } -.todo__state:checked ~ .todo__icon .todo__circle { - /*animation-name: explode;*/ -} -/* .todo-completed .todo__state:checked ~ .todo__icon .todo__circle { - animation-name: none; - animation: none; -} */ diff --git a/src/App.js b/src/App.js index a7fa853..15703a0 100644 --- a/src/App.js +++ b/src/App.js @@ -196,7 +196,6 @@ class App extends Component { -