Skip to content

Commit

Permalink
fix (map): return to the previous size
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche committed Nov 5, 2023
1 parent d862537 commit ce11383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/museu.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class Museu {
const target = document.getElementById(id)
target.setAttribute('transform-origin', center)
target.setAttribute('transform', 'scale(5, 5)')
setInterval(this.out(id, center), 1000)
}
}

Expand Down

0 comments on commit ce11383

Please sign in to comment.