Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jijo0465 opened this issue Jun 13, 2021 · 3 comments
Open

Comments

@jijo0465
Copy link

jijo0465 commented Jun 13, 2021

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),
),
@zzdota
Copy link

zzdota commented Nov 24, 2021

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),
),

same issue, when scrollAxis: Axis.vertical then number of rounds not working

@HoloKobra
Copy link

I have encountered the same issue

@cshaa
Copy link

cshaa commented Mar 29, 2022

Yep, can confirm this is an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants