mapillary / mapillary/mapillary-js
Transition mode
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 516
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
Hi, thanks for your great work! I'm using my own provider for local usage, but when I change the panorama image, the transition doesn't have a 3D effect. I am using the following code:
viewer.setTransitionMode(TransitionMode.Instantaneous); but my transition is only in fade mode.
I want the transition to look exactly like this effect when changing the photo. How can I achieve that?
https://github.com/user-attachments/assets/9686f20b-6fc7-40df-8eb3-f61c8be4e99b
my sample:
https://github.com/user-attachments/assets/d368f9af-fcbe-4ab1-904e-de03641de399
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 at the viewer.setTransitionMode(TransitionMode.Instantaneous) entry point and trace how that mode is handled when panorama images change. Compare the reported fade behavior with the linked examples; done means the requested transition behavior is either supported and documented or narrowed to a concrete implementation change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- computer-graphics, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100