Skip to content

Time remaining unlimited #22

@robmcm

Description

@robmcm

It seems the time remaining will increase with time, while the browser implementation will typically start with ~50ms and decrease.

timeRemaining: function () { return Math.max(0, relaxation + (performance.now() - start)); },

What was the thinking behind this, would it make more sense to start with 50ms and subtract as the performance.now value increases?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions