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

How to setup non-stop mode? #205

Closed
iceman201 opened this issue Dec 18, 2017 · 3 comments
Closed

How to setup non-stop mode? #205

iceman201 opened this issue Dec 18, 2017 · 3 comments

Comments

@iceman201
Copy link

Please follow the general troubleshooting steps first:

  • [x ] Updated to latest version of MarqueeLabel
  • [x ] Read the README, in particular the Special Notes
  • [x ] For general questions about using MarqueeLabel, post on StackOverflow with the #MarqueeLabel tag

Usage Details

  • Language:
  • Platform:
  • iOS Version: <iOS 11>

Expected Behavior

The MarqueeLabel has non stop animation feature.

Actual Behavior

the Label animate the text will stop for few sec every time finish run a loop.

Steps to Reproduce the Problem

  1. Include all your demo, there is no non-stop feature showing.
@iceman201 iceman201 reopened this Dec 18, 2017
@iceman201
Copy link
Author

I find restartLabelsOfController this in description, and I added [MarqueeLabel restartLabelsOfController:self]; still does the same, stop 1 sec after one rolling

@cbpowell
Copy link
Owner

cbpowell commented Dec 21, 2017

Is your issue that you want the scrolling to never pause at the home position? If so you can try setting the animationDelay property to 0.0 and use one of the continuous scrolling types (.continuous or .continuousReverse).

I have seen a slight issue with zero-delay continuous scrolling though (see my own issue #131). It may still pause for a fraction of a second, but there is a modification to get around that.

@cbpowell
Copy link
Owner

Closing this one for now - please reopen if your question isn't answered!

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

2 participants