You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
On the first click (when the bar is grey) :
The red bar should animate to fill up the grey bar.
On the second click (when the bar is red) :
The red bar should animate to shrink to a width of 0.
5. Note
I'm using the Qwik framework and didn't try with any other framework or vanilla Js so maybe that's an issue with Qwik or my knowledge about it (in the sandbox and for my project).
The text was updated successfully, but these errors were encountered:
1. Describe the bug
Calling
.reverse()
on anAnimationControls
instance with aProgressFunction
never plays in reverse.2. IMPORTANT: Provide a CodeSandbox reproduction of the bug
The code to look at is located under :
Framework used : Qwik
👉 CodeSandbox : motion-one-reverse
3. Steps to reproduce
4. Expected behavior
On the first click (when the bar is grey) :
The red bar should animate to fill up the grey bar.
On the second click (when the bar is red) :
The red bar should animate to shrink to a width of 0.
5. Note
I'm using the Qwik framework and didn't try with any other framework or vanilla Js so maybe that's an issue with Qwik or my knowledge about it (in the sandbox and for my project).
The text was updated successfully, but these errors were encountered: