Skip to content

Commit

Permalink
Merge 925ccf5 into 401e7a6
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed Mar 12, 2024
2 parents 401e7a6 + 925ccf5 commit 225416f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/website/highway/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,10 @@ export default function App({roads = DATA_URL.ROADS, year, accidents, mapStyle =
getLineWidth: {year}
},

// TODO(v9) Re-enable once attribute transitions working (#8392)
transitions: {
getLineColor: 1000,
getLineWidth: 1000
// getLineColor: 1000, // <- broken
getLineWidth: 1000 // <- working
}
})
];
Expand Down

0 comments on commit 225416f

Please sign in to comment.