#49 : Update dot size

This commit is contained in:
Vadim
2021-08-08 12:06:05 +03:00
parent 62a94216c2
commit 20657e9393

View File

@@ -2,7 +2,7 @@
import { tweened } from 'svelte/motion';
import { cubicInOut } from 'svelte/easing';
const DOT_SIZE_PX = 5
const DOT_SIZE_PX = 6
const ACTIVE_DOT_SIZE_PX = 8
const size = tweened(DOT_SIZE_PX, {