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

Delayed URL anchor update is annoying #530

Closed
bogdan opened this issue Jul 19, 2013 · 1 comment
Closed

Delayed URL anchor update is annoying #530

bogdan opened this issue Jul 19, 2013 · 1 comment

Comments

@bogdan
Copy link

bogdan commented Jul 19, 2013

When I am working on presentation I use to update a page right after slide I've edited appear. URL hash update delay cause a problem: I see previous slide after update.

A comment here says that delay can not be avoided.

// Update the URL hash after a delay since updating it mid-transition
// is likely to cause visual lag
writeURL( 1500 );

If it is true, can we make 1500 a configuration variable? Or maybe there is a way to fix visual lag?

hakimel added a commit that referenced this issue Jul 19, 2013
@hakimel
Copy link
Owner

hakimel commented Jul 19, 2013

There used to be a known bug in Chrome that caused it to stutter every time the hash changed. Just tested locally and this doesn't seem to be an issue anymore so I've taken out the delay in the dev branch.

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