feat(settings): improve button animations
This commit is contained in:
@@ -83,7 +83,7 @@ const squareWidth = computed(() => upImage.value.rect.width);
|
||||
const SLIDE_OFFSET = 96;
|
||||
const SLIDE_DURATION = 0.25;
|
||||
const ARROW_SLIDE_DELAY = 0.15;
|
||||
const ARROW_SLIDE_DURATION = 0.15;
|
||||
const ARROW_SLIDE_DURATION = 0.167;
|
||||
|
||||
const isAnimating = ref(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user