Skip to content

Commit

Permalink
increase the slide effect speed
Browse files Browse the repository at this point in the history
  • Loading branch information
GresilleSiffle committed Jun 6, 2024
1 parent bb05675 commit e3bed73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ComparisonRequest } from 'src/services/openapi';
import CriterionButtons, { BUTTON_SCORE_MAX } from './CriterionButtons';
import { useOrderedCriteria } from 'src/hooks/useOrderedCriteria';

const SWIPE_TIMEOUT = 240;
const SWIPE_TIMEOUT = 180;
const SWIPE_VELOCITY: number | Vector2 = [0.25, 0.25];

interface CriteriaButtonsProps {
Expand Down

0 comments on commit e3bed73

Please sign in to comment.