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 e518b9b commit fd716a5Copy full SHA for fd716a5
src/components/keyframeEasings.svelte
@@ -4,7 +4,6 @@
4
import { translate } from '../util/translation'
5
import { events } from '../util/events'
6
import { getEasingArgDefault, hasArgs } from '../util/easing'
7
- import NumberSlider from './dialogItems/numberSlider.svelte'
8
import { Valuable } from '../util/stores'
9
10
const ICONS = Object.fromEntries(
@@ -18,7 +17,6 @@
18
17
out: ICONS['out'],
19
inout: ICONS['inout'],
20
}
21
- console.log(ICONS, EASING_MODE_ICONS)
22
</script>
23
24
<script lang="ts">
0 commit comments