MarcelGarus / MarcelGarus/marquee

`showFadingOnlyWhenScrolling` does not respect `startAfter`

Open
#92 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.