Skip to content

Commit

Permalink
delay hide cursor time
Browse files Browse the repository at this point in the history
  • Loading branch information
AnranW committed Jan 17, 2024
1 parent 293a2b8 commit 186c618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const options: Reveal.Options = {
// hide cursor
hideInactiveCursor: true,
// time before cursor is hidden (ms)
hideCursorTime: 0,
hideCursorTime: 3000,

/*
Shows current slide number in the URL and
Expand Down

0 comments on commit 186c618

Please sign in to comment.