When you want a fresh start, Tiket’s reset button wipes the slate clean in a single tap. No menus, no settings screen — just one touch and your balance returns to zero so you can begin a brand-new session.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/mr-sunset/tiket/llms.txt
Use this file to discover all available pages before exploring further.
Using the Reset Button
The reset button is the SVG circular-arrow icon rendered in the top-right corner of the header bar. Tapping it performs three actions in immediate succession:Balance returns to zero
The internal
balance variable is set back to 0, clearing all accumulated winnings from the current session.Balance display clears
The
#money element — the large dollar figure in the center of the screen — is updated to show 0.Reset Icon Interaction
The reset icon is styled to give clear visual feedback at every stage of interaction:- Hover — the icon rotates a full 360° over 0.5 s (
transform: rotate(360deg)), hinting at its “restart” purpose before you even tap. - Active / pressed — the icon scales down to 90% (
transform: scale(0.9)) over 0.15 s for a satisfying press-down feel. - Tap on mobile —
-webkit-tap-highlight-color: transparentsuppresses the default browser tap flash, keeping the interaction clean on iOS and Android.
There is no confirmation dialog — the reset is immediate. Your previous balance is not saved anywhere, so once you tap the icon your session total is gone for good.
When to Reset
A few situations where hitting reset makes sense:- Starting a new challenge — set a goal (e.g., reach $10,000) and reset to measure exactly how many tickets it takes.
- Handing your device to someone else — clear your session before passing your phone to a friend so they start from scratch.
- Testing the game — reset between runs when experimenting with how frequently large prizes appear.
- A fresh feeling — sometimes a big balance makes wins feel less exciting; resetting brings back that early tension.