Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(progress-circle): correct elapsed time calculation (#927)
Fixes the progress circle animation not working, because the calculations weren't correct. When 14c1765 was introduced, one of the values uses the time since epoch, whereas the other one is the time since the page was opened. Fixes #926.
- Loading branch information