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

feat(tp): remove timeout for skip button #886

Merged
merged 1 commit into from
Nov 11, 2020
Merged

Conversation

yong-jie
Copy link
Member

Problem

Current skip ahead link only appears after 2 seconds as it was meant for the public to read the message before skipping ahead.

As the number of complains tapers down and transition page drop off has been consistent, this 2 seconds wait should be removed. That means the skip ahead link will appear the moment transition page is loaded.

Closes #877

Solution

How did you solve the problem?

Remove the setTimeout call and set the CSS of the skip button to be visible from the very beginning.

Copy link
Contributor

@LoneRifle LoneRifle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, glad it was clean enough to back out

@yong-jie yong-jie merged commit abd1887 into develop Nov 11, 2020
@yong-jie yong-jie deleted the tp-skip-immediate branch November 11, 2020 06:44
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

Successfully merging this pull request may close these issues.

Drop skip link countdown to zero
2 participants