is "will-change" property really required for marker?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
`will-change: transform` style on `.mapboxgl-marker` causes blurry text. Unless this really matter with performance, what about to remove this?
with/without:
 
toggle `will-change: transform` here: https://jsfiddle.net/cs09g/tzcryxm0/8/
FYI, will-change on MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/will-change
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the `.mapboxgl-marker` style that applies `will-change: transform`, then compare the marker rendering with and without that declaration using the linked JSFiddle as a reproduction. Done means the blurry-text behavior and any relevant performance impact are understood, with the issue’s proposed CSS change validated against the reproduction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, typescript
- Domain
- frontend, performance
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100