mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 09:55:24 +08:00

- Use `requestAnimationFrame` when transitioning from `ready` -> `loading`. The previous `next()` implementation was unreliable, particularly in Safari, and would cause the loading slider to jump backwards instead of forwards - Double the minimum transition time to 200ms. This avoids the rolling average being skewed too much by routes which load quickly without network access.