We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0bdcd commit d2d219fCopy full SHA for d2d219f
documentation/examples/11-easing/00-easing/App.svelte
@@ -42,7 +42,7 @@
42
<g class="canvas">
43
<Grid x={$time} y={$value} />
44
<g class="graph">
45
- <path d={$ease_path} stroke="#333" stroke-width="2" fill="none" />
+ <path d={$ease_path} stroke="#ff3e00" stroke-width="2" fill="none" />
46
47
<path
48
d="M0,23.647C0,22.41 27.014,0.407 28.496,0.025C29.978,-0.357 69.188,3.744 70.104,4.744C71.02,5.745 71.02,41.499 70.104,42.5C69.188,43.501 29.978,47.601 28.496,47.219C27.014,46.837 0,24.884 0,23.647Z"
0 commit comments