Skip to content

Commit

Permalink
Update marquee.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Dec 4, 2024
1 parent e0e95fc commit 55fecff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/marquee.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { DIRECTION } from './direction.js';
import { defer, deferException, toDomEl, first, last } from './helpers.js';
import { SizeWatcher } from './size-watcher.js';

const maxTranslateDistance = 500000;
// const maxTranslateDistance = 500000;
// const maxTranslateDistance = 1000;
const maxTranslateDistance = 500;
Expand Down

0 comments on commit 55fecff

Please sign in to comment.