hover marker brightness change

This commit is contained in:
2024-04-17 11:48:04 +05:00
parent 1c906ce371
commit 3fff036486
4 changed files with 36 additions and 16 deletions
+5 -3
View File
@@ -2,16 +2,18 @@ import { Marker } from "../types/marker";
const markers: Marker[] = [
{
top: 38.5,
left: 51,
top: 37.5,
left: 50,
itemNumber: 0,
popup: "/images/markers/popups/1.svg",
isPopupLeft: true,
},
{
top: 40.5,
left: 52,
left: 56,
itemNumber: 1,
popup: "/images/markers/popups/1.svg",
isPopupLeft: false,
},
];