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

Rewrite rotating peer marquee logic to have constant speed #5

Closed
brannondorsey opened this issue Apr 26, 2018 · 1 comment
Closed
Assignees

Comments

@brannondorsey
Copy link
Member

The speed quirk in the current implementation is fine to show the project in the context of an art installation because the page is rarely refreshed. For an online version we should probably fix this though. My thought is that we could have a constant speed but have the text constantly wrap around without spacing. E.g.

# currently it works like this
[start] ip_1 | ip_2 | ip_3                                  [end]
# it could work like this
[start] ip_1 | ip_2 | ip_3 | ip_1 | ip_2 | ip_3 ip_1 | ip_2 [end]
@brannondorsey
Copy link
Member Author

Out of scope.

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