hover marker brightness change
This commit is contained in:
@@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user