MarcelGarus / MarcelGarus/marquee

Pause After Round and number of rounds not working in vertical scroll

Open
#68 3 comments 1 reaction 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

The properties numberOfRounds and pauseAfterRound is not working when the scrollAxis is Axis.vertical. Here's my code:

```
Marquee(
text: '''This will be very long descriptiondescri ptiondescription escriptiondescripti ondescriptionde scriptiondescr iptiondescription of the product. The desciption is tappable and scrollable.his will dsafoiu dsaf iads fjdis fadsjfidsif isdfidsaifdisfifiafaif hidahfidshia fhiidashfihdsifh''',
scrollAxis: Axis.vertical,
style: FestevesTextStyles.festevesBodyLight,
textScaleFactor: 0.7,
velocity: 25,
showFadingOnlyWhenScrolling: true,
crossAxisAlignment: CrossAxisAlignment.start,
startAfter: Duration(seconds: 3),
numberOfRounds: 3,
fadingEdgeEndFraction: 0.8,
fadingEdgeStartFraction: 0.2,
blankSpace: 12,
pauseAfterRound: Duration(seconds: 30),
),
```

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

Start with the Marquee configuration using scrollAxis: Axis.vertical and reproduce the behavior with numberOfRounds: 3 and pauseAfterRound: Duration(seconds: 30). Done means vertical scrolling respects both the requested round count and the pause duration, while the supplied reproduction continues to work.

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
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.