We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbff41 commit f1dd84eCopy full SHA for f1dd84e
src/TodoItem.svelte
@@ -2,7 +2,6 @@
2
import { createEventDispatcher } from 'svelte'
3
import { tweened } from 'svelte/motion';
4
import { cubicOut } from 'svelte/easing';
5
- // import transition
6
import { fade } from 'svelte/transition';
7
import { interpolateLab } from 'd3-interpolate';
8
@@ -27,13 +26,11 @@
27
26
checkedMotion.set(checked ? '#64ad80' : '#faf792')
28
}
29
30
- // add handler
31
function handleRemoveClick() {
32
dispatch('remove')
33
34
</script>
35
36
-<!-- apply transition -->
37
<div
38
transition:fade
39
class="main-container"
0 commit comments