MarcelGarus / MarcelGarus/marquee
`showFadingOnlyWhenScrolling` does not respect `startAfter`
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 363
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
When `showFadingOnlyWhenScrolling` is true, it should only show the "fade edge" when the text is scrolling. But the edges always start off faded and this value is only checked when `pauseAfterRound` is set. So by default, if I have a 10 second `startAfter` so the text just sits there for a while after the widget is first built, it still includes the fade edge until after it's done scrolling and pauses again for `pauseAfterRound`.
Contributor guide
No contributing guide indexed for this repository
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
Reproduce the widget with showFadingOnlyWhenScrolling enabled and a 10-second startAfter value, then inspect the implementation of these options. Done means the fade edge stays hidden while the widget waits, appears during scrolling, and remains correct across later pauses.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100