load page to no bubble oR buildings

PHOTO EMBED

Mon Feb 26 2024 21:10:15 GMT+0000 (Coordinated Universal Time)

Saved by @skatzy

function startBlankBuildings() {
      return d3.select("g").classed('hidden', true)
                }
        window.onload = startBlankBuildings;


     //   Entering Step Zero
     d3.select("#step-zero").on('stepin',function(e) {
         d3.select("#yaleBuildings").classed('hidden', true)
         d3.select("#bubblePolygon").classed('hidden', true)
         d3.select("g").classed('hidden', false)
      })
content_copyCOPY

needed to add that last line where 'g' hidden is false so that everything can come back in the next steps