Skip to content

Use with <ViewTransition> seems to re-do animation after ending #175

@mech

Description

@mech

Description

When using this together with React 19.2 <ViewTransition>, the progress will finish and quickly re-do the whole animation the 2nd time.

Code example

<ViewTransition>
  <ProgressProvider>
    {children}
  </ProgressProvider>
</ViewTransition>

Package used (or docs)

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions