Double waypoint highlight animation duration to 0.3s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
18c9d12c48
commit
8a3a374aa1
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ function waypointIcon(index: number, overnight?: boolean, highlighted?: boolean)
|
|||
font-size:12px;font-weight:600;
|
||||
border:2px solid white;box-shadow:0 1px 4px rgba(0,0,0,0.3);
|
||||
transform:translate(-12px,-12px) ${scale};
|
||||
transition:transform 0.15s ease;
|
||||
transition:transform 0.3s ease;
|
||||
">${overnight ? "☾" : index + 1}</div>`,
|
||||
iconSize: [0, 0],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue