MarcelGarus / MarcelGarus/marquee
Pause After Round and number of rounds not working in vertical scroll
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
- 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 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