Get progress of flyTo animation?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Question
Is it possible to get the progress of a `flyTo` animation? Inspecting the `move` event that fires I don't see which fields I could use, if any. I see a `_easeFrameId`, which increases monotonically but I don't see a corresponding "starting frame" or "total frame duration" that I could use to calculate the animation progress.
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 tracing the public flyTo API and the move event described in the issue, then inspect how animation frames are exposed. Determine whether an existing progress value can be documented or whether a new API is needed; done means a clear supported way to obtain animation progress, or a documented limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100